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_NODE
Right: *mut RTL_BALANCED_NODE
Trait Implementations
Returns the “default value” for a type. Read more