Struct ntapi::ntrtl::RTL_AVL_TABLE
source · [−]#[repr(C)]pub struct RTL_AVL_TABLE {
pub BalancedRoot: RTL_BALANCED_LINKS,
pub OrderedPointer: PVOID,
pub WhichOrderedElement: ULONG,
pub NumberGenericTableElements: ULONG,
pub DepthOfTree: ULONG,
pub RestartKey: PRTL_BALANCED_LINKS,
pub DeleteCount: ULONG,
pub CompareRoutine: PRTL_AVL_COMPARE_ROUTINE,
pub AllocateRoutine: PRTL_AVL_ALLOCATE_ROUTINE,
pub FreeRoutine: PRTL_AVL_FREE_ROUTINE,
pub TableContext: PVOID,
}
Fields
BalancedRoot: RTL_BALANCED_LINKS
OrderedPointer: PVOID
WhichOrderedElement: ULONG
NumberGenericTableElements: ULONG
DepthOfTree: ULONG
RestartKey: PRTL_BALANCED_LINKS
DeleteCount: ULONG
CompareRoutine: PRTL_AVL_COMPARE_ROUTINE
AllocateRoutine: PRTL_AVL_ALLOCATE_ROUTINE
FreeRoutine: PRTL_AVL_FREE_ROUTINE
TableContext: PVOID
Trait Implementations
sourceimpl Clone for RTL_AVL_TABLE
impl Clone for RTL_AVL_TABLE
sourcefn clone(&self) -> RTL_AVL_TABLE
fn clone(&self) -> RTL_AVL_TABLE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for RTL_AVL_TABLE
Auto Trait Implementations
impl RefUnwindSafe for RTL_AVL_TABLE
impl !Send for RTL_AVL_TABLE
impl !Sync for RTL_AVL_TABLE
impl Unpin for RTL_AVL_TABLE
impl UnwindSafe for RTL_AVL_TABLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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