#[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,
}
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
§fn clone(&self) -> RTL_DYNAMIC_HASH_TABLE_ENUMERATOR
fn clone(&self) -> RTL_DYNAMIC_HASH_TABLE_ENUMERATOR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for RTL_DYNAMIC_HASH_TABLE_ENUMERATOR
Auto Trait Implementations§
impl Freeze for RTL_DYNAMIC_HASH_TABLE_ENUMERATOR
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)