Struct windows_sys::Wdk::System::SystemServices::RTL_DYNAMIC_HASH_TABLE
#[repr(C)]pub struct RTL_DYNAMIC_HASH_TABLE {
pub Flags: u32,
pub Shift: u32,
pub TableSize: u32,
pub Pivot: u32,
pub DivisorMask: u32,
pub NumEntries: u32,
pub NonEmptyBuckets: u32,
pub NumEnumerators: u32,
pub Directory: *mut c_void,
}Fields§
§Flags: u32§Shift: u32§TableSize: u32§Pivot: u32§DivisorMask: u32§NumEntries: u32§NonEmptyBuckets: u32§NumEnumerators: u32§Directory: *mut c_voidTrait Implementations§
§impl Clone for RTL_DYNAMIC_HASH_TABLE
impl Clone for RTL_DYNAMIC_HASH_TABLE
impl Copy for RTL_DYNAMIC_HASH_TABLE
Auto Trait Implementations§
impl RefUnwindSafe for RTL_DYNAMIC_HASH_TABLE
impl !Send for RTL_DYNAMIC_HASH_TABLE
impl !Sync for RTL_DYNAMIC_HASH_TABLE
impl Unpin for RTL_DYNAMIC_HASH_TABLE
impl UnwindSafe for RTL_DYNAMIC_HASH_TABLE
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