pub struct OemInfo {
pub oem_id: [u8; 6],
pub oem_tableid: [u8; 8],
pub oem_revision: u32,
pub creator_id: [u8; 4],
pub creator_revision: u32,
}
Fields§
§oem_id: [u8; 6]
§oem_tableid: [u8; 8]
§oem_revision: u32
§creator_id: [u8; 4]
§creator_revision: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OemInfo
impl RefUnwindSafe for OemInfo
impl Send for OemInfo
impl Sync for OemInfo
impl Unpin for OemInfo
impl UnwindSafe for OemInfo
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