#[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