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_u
ParentValue: ULONG_PTR
Trait Implementations
Returns the “default value” for a type. Read more