Struct winapi::shared::ntdef::RTL_BALANCED_NODE   [−][src]
#[repr(C)]pub struct RTL_BALANCED_NODE {
    pub u: RTL_BALANCED_NODE_u,
    pub ParentValue: ULONG_PTR,
}Fields
u: RTL_BALANCED_NODE_uParentValue: ULONG_PTRTrait Implementations
Returns the “default value” for a type. Read more