#[repr(C, packed(1))]pub struct EntryPointV2 {}Expand description
An SMBIOSv2 EntryPoint structure.
The SMBIOS EntryPoint structure is used to verify that a set of SMBIOS tables exist
in memory and what version of the SMBIOS specification should be used to
access the tables.
Fields§
§signature: u32§checksum: u8§len: u8§major: u8§minor: u8§struct_max: u16§revision: u8§formatted: [u8; 5]§dmi_signature: [u8; 5]§dmi_checksum: u8§smbios_len: u16§smbios_address: u32§smbios_count: u16§bcd_revision: u8Trait Implementations§
Source§impl Clone for EntryPointV2
impl Clone for EntryPointV2
Source§fn clone(&self) -> EntryPointV2
fn clone(&self) -> EntryPointV2
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 EntryPointV2
impl Debug for EntryPointV2
Source§impl Hash for EntryPointV2
impl Hash for EntryPointV2
Source§impl PartialEq for EntryPointV2
impl PartialEq for EntryPointV2
impl Copy for EntryPointV2
impl Eq for EntryPointV2
impl StructuralPartialEq for EntryPointV2
Auto Trait Implementations§
impl Freeze for EntryPointV2
impl RefUnwindSafe for EntryPointV2
impl Send for EntryPointV2
impl Sync for EntryPointV2
impl Unpin for EntryPointV2
impl UnwindSafe for EntryPointV2
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