#[repr(C)]pub struct RTL_DYNAMIC_HASH_TABLE_ENUMERATOR {
pub Anonymous: RTL_DYNAMIC_HASH_TABLE_ENUMERATOR_0,
pub ChainHead: *mut LIST_ENTRY,
pub BucketIndex: u32,
}
Expand description
Required features: "Win32_System_Kernel"
Fields§
§Anonymous: RTL_DYNAMIC_HASH_TABLE_ENUMERATOR_0
§ChainHead: *mut LIST_ENTRY
§BucketIndex: u32
Trait Implementations§
§impl Clone for RTL_DYNAMIC_HASH_TABLE_ENUMERATOR
impl Clone for RTL_DYNAMIC_HASH_TABLE_ENUMERATOR
impl Copy for RTL_DYNAMIC_HASH_TABLE_ENUMERATOR
Auto Trait Implementations§
impl RefUnwindSafe for RTL_DYNAMIC_HASH_TABLE_ENUMERATOR
impl !Send for RTL_DYNAMIC_HASH_TABLE_ENUMERATOR
impl !Sync for RTL_DYNAMIC_HASH_TABLE_ENUMERATOR
impl Unpin for RTL_DYNAMIC_HASH_TABLE_ENUMERATOR
impl UnwindSafe for RTL_DYNAMIC_HASH_TABLE_ENUMERATOR
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