Struct windows::Wdk::System::SystemServices::RESOURCE_HASH_ENTRY
#[repr(C)]pub struct RESOURCE_HASH_ENTRY {
pub ListEntry: LIST_ENTRY,
pub Address: *mut c_void,
pub ContentionCount: u32,
pub Number: u32,
}
Fields§
§ListEntry: LIST_ENTRY
§Address: *mut c_void
§ContentionCount: u32
§Number: u32
Trait Implementations§
§impl Clone for RESOURCE_HASH_ENTRY
impl Clone for RESOURCE_HASH_ENTRY
§fn clone(&self) -> RESOURCE_HASH_ENTRY
fn clone(&self) -> RESOURCE_HASH_ENTRY
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 more§impl Debug for RESOURCE_HASH_ENTRY
impl Debug for RESOURCE_HASH_ENTRY
§impl Default for RESOURCE_HASH_ENTRY
impl Default for RESOURCE_HASH_ENTRY
§impl PartialEq for RESOURCE_HASH_ENTRY
impl PartialEq for RESOURCE_HASH_ENTRY
§fn eq(&self, other: &RESOURCE_HASH_ENTRY) -> bool
fn eq(&self, other: &RESOURCE_HASH_ENTRY) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RESOURCE_HASH_ENTRY
impl Eq for RESOURCE_HASH_ENTRY
impl StructuralPartialEq for RESOURCE_HASH_ENTRY
Auto Trait Implementations§
impl Freeze for RESOURCE_HASH_ENTRY
impl RefUnwindSafe for RESOURCE_HASH_ENTRY
impl !Send for RESOURCE_HASH_ENTRY
impl !Sync for RESOURCE_HASH_ENTRY
impl Unpin for RESOURCE_HASH_ENTRY
impl UnwindSafe for RESOURCE_HASH_ENTRY
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
)