pub struct EntryPointV3 {
pub signature: [u8; 5],
pub checksum: u8,
pub len: u8,
pub major: u8,
pub minor: u8,
pub docrev: u8,
pub revision: u8,
pub smbios_len_max: u32,
pub smbios_address: u64,
/* private fields */
}Expand description
An SMBIOSv3 EntryPoint structure.
Fields§
§signature: [u8; 5]§checksum: u8§len: u8§major: u8§minor: u8§docrev: u8§revision: u8§smbios_len_max: u32§smbios_address: u64Trait Implementations§
Source§impl Clone for EntryPointV3
impl Clone for EntryPointV3
Source§fn clone(&self) -> EntryPointV3
fn clone(&self) -> EntryPointV3
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EntryPointV3
impl Debug for EntryPointV3
Source§impl Hash for EntryPointV3
impl Hash for EntryPointV3
Source§impl PartialEq for EntryPointV3
impl PartialEq for EntryPointV3
impl Copy for EntryPointV3
impl Eq for EntryPointV3
impl StructuralPartialEq for EntryPointV3
Auto Trait Implementations§
impl Freeze for EntryPointV3
impl RefUnwindSafe for EntryPointV3
impl Send for EntryPointV3
impl Sync for EntryPointV3
impl Unpin for EntryPointV3
impl UnwindSafe for EntryPointV3
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