[−][src]Struct dmidecode::EntryPointV2
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: u32checksum: u8len: u8major: u8minor: u8struct_max: u16revision: u8formatted: [u8; 5]dmi_signature: [u8; 5]dmi_checksum: u8smbios_len: u16smbios_address: u32smbios_count: u16bcd_revision: u8Trait Implementations
impl Clone for EntryPointV2[src]
fn clone(&self) -> EntryPointV2[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for EntryPointV2[src]
impl PartialEq<EntryPointV2> for EntryPointV2[src]
fn eq(&self, other: &EntryPointV2) -> bool[src]
fn ne(&self, other: &EntryPointV2) -> bool[src]
impl Eq for EntryPointV2[src]
impl Hash for EntryPointV2[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl Copy for EntryPointV2[src]
Auto Trait Implementations
impl Send for EntryPointV2
impl Sync for EntryPointV2
Blanket Implementations
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,