#[repr(C)]pub struct mpc_oemtable {
pub signature: [c_char; 4],
pub length: c_ushort,
pub rev: c_char,
pub checksum: c_char,
pub mpc: [c_char; 8],
}
Fields§
§signature: [c_char; 4]
§length: c_ushort
§rev: c_char
§checksum: c_char
§mpc: [c_char; 8]
Trait Implementations§
Source§impl Clone for mpc_oemtable
impl Clone for mpc_oemtable
Source§impl Debug for mpc_oemtable
impl Debug for mpc_oemtable
Source§impl Default for mpc_oemtable
impl Default for mpc_oemtable
Source§fn default() -> mpc_oemtable
fn default() -> mpc_oemtable
Returns the “default value” for a type. Read more
impl Copy for mpc_oemtable
Auto Trait Implementations§
impl Freeze for mpc_oemtable
impl RefUnwindSafe for mpc_oemtable
impl Send for mpc_oemtable
impl Sync for mpc_oemtable
impl Unpin for mpc_oemtable
impl UnwindSafe for mpc_oemtable
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