Struct LARGE_MCB
#[repr(C)]pub struct LARGE_MCB {
pub GuardedMutex: *mut FAST_MUTEX,
pub BaseMcb: BASE_MCB,
}
Fields§
§GuardedMutex: *mut FAST_MUTEX
§BaseMcb: BASE_MCB
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LARGE_MCB
impl RefUnwindSafe for LARGE_MCB
impl !Send for LARGE_MCB
impl !Sync for LARGE_MCB
impl Unpin for LARGE_MCB
impl UnwindSafe for LARGE_MCB
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