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