#[repr(C)]pub struct mc_info {
pub mi_nentries: u32,
pub flags: u32,
pub mi_data: [u64; 95],
}Fields§
§mi_nentries: u32§flags: u32§mi_data: [u64; 95]Trait Implementations§
impl Copy for mc_info
Auto Trait Implementations§
impl Freeze for mc_info
impl RefUnwindSafe for mc_info
impl Send for mc_info
impl Sync for mc_info
impl Unpin for mc_info
impl UnwindSafe for mc_info
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§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)