Struct windows_sys::Win32::System::Threading::RTL_CRITICAL_SECTION_DEBUG
[−]#[repr(C)]pub struct RTL_CRITICAL_SECTION_DEBUG {
pub Type: u16,
pub CreatorBackTraceIndex: u16,
pub CriticalSection: *mut RTL_CRITICAL_SECTION,
pub ProcessLocksList: LIST_ENTRY,
pub EntryCount: u32,
pub ContentionCount: u32,
pub Flags: u32,
pub CreatorBackTraceIndexHigh: u16,
pub SpareWORD: u16,
}
Expand description
Required features: "Win32_System_Threading"
, "Win32_Foundation"
, "Win32_System_Kernel"
Fields
Type: u16
CreatorBackTraceIndex: u16
CriticalSection: *mut RTL_CRITICAL_SECTION
ProcessLocksList: LIST_ENTRY
EntryCount: u32
ContentionCount: u32
Flags: u32
CreatorBackTraceIndexHigh: u16
SpareWORD: u16
Trait Implementations
impl Clone for RTL_CRITICAL_SECTION_DEBUG
impl Clone for RTL_CRITICAL_SECTION_DEBUG
impl Copy for RTL_CRITICAL_SECTION_DEBUG
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more