Struct windows_sys::Win32::System::Kernel::RTL_BALANCED_NODE_0_0
[−]#[repr(C)]pub struct RTL_BALANCED_NODE_0_0 {
pub Left: *mut RTL_BALANCED_NODE,
pub Right: *mut RTL_BALANCED_NODE,
}Expand description
Required features: ‘Win32_System_Kernel’
Fields
Left: *mut RTL_BALANCED_NODERight: *mut RTL_BALANCED_NODE