Struct windows_sys::Wdk::Foundation::ERESOURCE
#[repr(C)]pub struct ERESOURCE {Show 13 fields
pub SystemResourcesList: LIST_ENTRY,
pub OwnerTable: *mut OWNER_ENTRY,
pub ActiveCount: i16,
pub Anonymous1: ERESOURCE_0,
pub SharedWaiters: *mut c_void,
pub ExclusiveWaiters: *mut c_void,
pub OwnerEntry: OWNER_ENTRY,
pub ActiveEntries: u32,
pub ContentionCount: u32,
pub NumberOfSharedWaiters: u32,
pub NumberOfExclusiveWaiters: u32,
pub Anonymous2: ERESOURCE_1,
pub SpinLock: usize,
}Expand description
Required features: "Win32_System_Kernel"
Fields§
§SystemResourcesList: LIST_ENTRY§OwnerTable: *mut OWNER_ENTRY§ActiveCount: i16§Anonymous1: ERESOURCE_0§ExclusiveWaiters: *mut c_void§OwnerEntry: OWNER_ENTRY§ActiveEntries: u32§ContentionCount: u32§NumberOfExclusiveWaiters: u32§Anonymous2: ERESOURCE_1§SpinLock: usizeTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ERESOURCE
impl !Send for ERESOURCE
impl !Sync for ERESOURCE
impl Unpin for ERESOURCE
impl UnwindSafe for ERESOURCE
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