Struct 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§
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