Struct windows::Wdk::Storage::FileSystem::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§
impl Copy for LARGE_MCB
impl Eq for LARGE_MCB
impl StructuralPartialEq for LARGE_MCB
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)