Struct winapi::shared::ntdef::RTL_BALANCED_NODE_s [−][src]
#[repr(C)]pub struct RTL_BALANCED_NODE_s {
pub Left: *mut RTL_BALANCED_NODE,
pub Right: *mut RTL_BALANCED_NODE,
}Fields
Left: *mut RTL_BALANCED_NODERight: *mut RTL_BALANCED_NODETrait Implementations
Returns the “default value” for a type. Read more