#[repr(C)]pub struct _RTL_CRITICAL_SECTION_DEBUG {
pub Type: WORD,
pub CreatorBackTraceIndex: WORD,
pub CriticalSection: *mut _RTL_CRITICAL_SECTION,
pub ProcessLocksList: LIST_ENTRY,
pub EntryCount: DWORD,
pub ContentionCount: DWORD,
pub Flags: DWORD,
pub CreatorBackTraceIndexHigh: WORD,
pub Identifier: WORD,
}
Fields§
§Type: WORD
§CreatorBackTraceIndex: WORD
§CriticalSection: *mut _RTL_CRITICAL_SECTION
§ProcessLocksList: LIST_ENTRY
§EntryCount: DWORD
§ContentionCount: DWORD
§Flags: DWORD
§CreatorBackTraceIndexHigh: WORD
§Identifier: WORD
Trait Implementations§
Source§impl Clone for _RTL_CRITICAL_SECTION_DEBUG
impl Clone for _RTL_CRITICAL_SECTION_DEBUG
Source§fn clone(&self) -> _RTL_CRITICAL_SECTION_DEBUG
fn clone(&self) -> _RTL_CRITICAL_SECTION_DEBUG
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 moreSource§impl Debug for _RTL_CRITICAL_SECTION_DEBUG
impl Debug for _RTL_CRITICAL_SECTION_DEBUG
Source§impl Ord for _RTL_CRITICAL_SECTION_DEBUG
impl Ord for _RTL_CRITICAL_SECTION_DEBUG
Source§fn cmp(&self, other: &_RTL_CRITICAL_SECTION_DEBUG) -> Ordering
fn cmp(&self, other: &_RTL_CRITICAL_SECTION_DEBUG) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _RTL_CRITICAL_SECTION_DEBUG
impl PartialOrd for _RTL_CRITICAL_SECTION_DEBUG
impl Copy for _RTL_CRITICAL_SECTION_DEBUG
impl Eq for _RTL_CRITICAL_SECTION_DEBUG
impl StructuralPartialEq for _RTL_CRITICAL_SECTION_DEBUG
Auto Trait Implementations§
impl Freeze for _RTL_CRITICAL_SECTION_DEBUG
impl RefUnwindSafe for _RTL_CRITICAL_SECTION_DEBUG
impl !Send for _RTL_CRITICAL_SECTION_DEBUG
impl !Sync for _RTL_CRITICAL_SECTION_DEBUG
impl Unpin for _RTL_CRITICAL_SECTION_DEBUG
impl UnwindSafe for _RTL_CRITICAL_SECTION_DEBUG
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