#[repr(C)]pub struct mpc_cpu {
pub type_: c_uchar,
pub apicid: c_uchar,
pub apicver: c_uchar,
pub cpuflag: c_uchar,
pub cpufeature: c_uint,
pub featureflag: c_uint,
pub reserved: [c_uint; 2],
}
Fields§
§type_: c_uchar
§apicid: c_uchar
§apicver: c_uchar
§cpuflag: c_uchar
§cpufeature: c_uint
§featureflag: c_uint
§reserved: [c_uint; 2]
Trait Implementations§
impl Copy for mpc_cpu
Auto Trait Implementations§
impl Freeze for mpc_cpu
impl RefUnwindSafe for mpc_cpu
impl Send for mpc_cpu
impl Sync for mpc_cpu
impl Unpin for mpc_cpu
impl UnwindSafe for mpc_cpu
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