Struct windows::Wdk::Storage::FileSystem::BASE_MCB
#[repr(C)]pub struct BASE_MCB {
pub MaximumPairCount: u32,
pub PairCount: u32,
pub PoolType: u16,
pub Flags: u16,
pub Mapping: *mut c_void,
}
Fields§
§MaximumPairCount: u32
§PairCount: u32
§PoolType: u16
§Flags: u16
§Mapping: *mut c_void
Trait Implementations§
impl Copy for BASE_MCB
impl Eq for BASE_MCB
impl StructuralPartialEq for BASE_MCB
Auto Trait Implementations§
impl Freeze for BASE_MCB
impl RefUnwindSafe for BASE_MCB
impl !Send for BASE_MCB
impl !Sync for BASE_MCB
impl Unpin for BASE_MCB
impl UnwindSafe for BASE_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
)