Struct windows_sys::Win32::System::Kernel::RTL_BALANCED_NODE
[−]#[repr(C)]pub struct RTL_BALANCED_NODE {
pub Anonymous1: RTL_BALANCED_NODE_0,
pub Anonymous2: RTL_BALANCED_NODE_1,
}
Expand description
Required features: "Win32_System_Kernel"
Fields
Anonymous1: RTL_BALANCED_NODE_0
Anonymous2: RTL_BALANCED_NODE_1
Trait Implementations
impl Clone for RTL_BALANCED_NODE
impl Clone for RTL_BALANCED_NODE
impl Copy for RTL_BALANCED_NODE
Auto Trait Implementations
impl RefUnwindSafe for RTL_BALANCED_NODE
impl !Send for RTL_BALANCED_NODE
impl !Sync for RTL_BALANCED_NODE
impl Unpin for RTL_BALANCED_NODE
impl UnwindSafe for RTL_BALANCED_NODE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more