Struct winapi::shared::ntdef::RTL_BALANCED_NODE
source · #[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§
source§impl Clone for RTL_BALANCED_NODE
impl Clone for RTL_BALANCED_NODE
source§fn clone(&self) -> RTL_BALANCED_NODE
fn clone(&self) -> RTL_BALANCED_NODE
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
impl Default for RTL_BALANCED_NODE
source§fn default() -> RTL_BALANCED_NODE
fn default() -> RTL_BALANCED_NODE
Returns the “default value” for a type. Read more