Struct dbs_boot::mpspec::mpc_oemtable
source · [−]#[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
sourceimpl Clone for mpc_oemtable
impl Clone for mpc_oemtable
sourceimpl Debug for mpc_oemtable
impl Debug for mpc_oemtable
sourceimpl Default for mpc_oemtable
impl Default for mpc_oemtable
sourcefn 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 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more