Struct windows_sys::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,
}
Expand description
Required features: "Win32_System_Kernel"
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
impl Copy for RESOURCE_HASH_ENTRY
Auto Trait Implementations§
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