Struct dmidecode::bios::CharacteristicsExtension2[][src]

pub struct CharacteristicsExtension2(_);

BIOS Characteristics for Extension Byte 2 layout. This information, available for 950 SMBIOS version 2.4 and later, appears at offset 13h within the BIOS Information structure.

Trait Implementations

impl<'a> BitField<'a> for CharacteristicsExtension2[src]

type Size = u8

impl Clone for CharacteristicsExtension2[src]

impl Copy for CharacteristicsExtension2[src]

impl Debug for CharacteristicsExtension2[src]

impl Default for CharacteristicsExtension2[src]

impl Eq for CharacteristicsExtension2[src]

impl Hash for CharacteristicsExtension2[src]

impl PartialEq<CharacteristicsExtension2> for CharacteristicsExtension2[src]

impl StructuralEq for CharacteristicsExtension2[src]

impl StructuralPartialEq for CharacteristicsExtension2[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.