Struct winapi::shared::ntdef::RTL_BALANCED_NODE_s
source · #[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§
source§impl Clone for RTL_BALANCED_NODE_s
impl Clone for RTL_BALANCED_NODE_s
source§fn clone(&self) -> RTL_BALANCED_NODE_s
fn clone(&self) -> RTL_BALANCED_NODE_s
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RTL_BALANCED_NODE_s
impl Default for RTL_BALANCED_NODE_s
source§fn default() -> RTL_BALANCED_NODE_s
fn default() -> RTL_BALANCED_NODE_s
Returns the “default value” for a type. Read more