initializing malloced structure {C} {SO}


rust에서는 힙영역의 메모리를 할당받자마자 바로 초기화 하는 구문이 있다.

struct Node {

}