#[repr(C)]pub struct mpf_intel {
pub signature: [c_char; 4],
pub physptr: c_uint,
pub length: c_uchar,
pub specification: c_uchar,
pub checksum: c_uchar,
pub feature1: c_uchar,
pub feature2: c_uchar,
pub feature3: c_uchar,
pub feature4: c_uchar,
pub feature5: c_uchar,
}
Fields§
§signature: [c_char; 4]
§physptr: c_uint
§length: c_uchar
§specification: c_uchar
§checksum: c_uchar
§feature1: c_uchar
§feature2: c_uchar
§feature3: c_uchar
§feature4: c_uchar
§feature5: c_uchar
Trait Implementations§
impl Copy for mpf_intel
Auto Trait Implementations§
impl Freeze for mpf_intel
impl RefUnwindSafe for mpf_intel
impl Send for mpf_intel
impl Sync for mpf_intel
impl Unpin for mpf_intel
impl UnwindSafe for mpf_intel
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