Struct windows_sys::Wdk::Storage::FileSystem::LARGE_MCB
#[repr(C)]pub struct LARGE_MCB {
pub GuardedMutex: *mut FAST_MUTEX,
pub BaseMcb: BASE_MCB,
}
Expand description
Required features: "Wdk_Foundation"
, "Win32_Foundation"
, "Win32_System_Kernel"
Fields§
§GuardedMutex: *mut FAST_MUTEX
§BaseMcb: BASE_MCB
Trait Implementations§
Auto Trait Implementations§
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