Struct windows_native::ntrtl::RTL_RB_TREE
source ยท #[repr(C)]pub struct RTL_RB_TREE {
pub Root: *mut RTL_BALANCED_NODE,
pub Min: *mut RTL_BALANCED_NODE,
}Fieldsยง
ยงRoot: *mut RTL_BALANCED_NODEยงMin: *mut RTL_BALANCED_NODETrait Implementationsยง
sourceยงimpl Debug for RTL_RB_TREE
impl Debug for RTL_RB_TREE
Auto Trait Implementationsยง
impl RefUnwindSafe for RTL_RB_TREE
impl !Send for RTL_RB_TREE
impl !Sync for RTL_RB_TREE
impl Unpin for RTL_RB_TREE
impl UnwindSafe for RTL_RB_TREE
Blanket Implementationsยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more