Struct dmidecode::bios::CharacteristicsExtension2 [−][src]
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
fn value(&self) -> Self::Size[src]
const LAYOUT: Layout<'static>[src]
fn iter(&self) -> Iter<'a, Self::Size>ⓘ[src]
fn significants(&self) -> Significants<'a, Self::Size>ⓘNotable traits for Significants<'a, T>
impl<'a, T: Into<u128> + Copy> Iterator for Significants<'a, T> type Item = Flag<'a>;[src]
Notable traits for Significants<'a, T>
impl<'a, T: Into<u128> + Copy> Iterator for Significants<'a, T> type Item = Flag<'a>;fn reserved(&self) -> Reserved<'a, Self::Size>ⓘ[src]
impl Clone for CharacteristicsExtension2[src]
fn clone(&self) -> CharacteristicsExtension2[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[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]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<CharacteristicsExtension2> for CharacteristicsExtension2[src]
fn eq(&self, other: &CharacteristicsExtension2) -> bool[src]
fn ne(&self, other: &CharacteristicsExtension2) -> bool[src]
impl StructuralEq for CharacteristicsExtension2[src]
impl StructuralPartialEq for CharacteristicsExtension2[src]
Auto Trait Implementations
impl RefUnwindSafe for CharacteristicsExtension2
impl Send for CharacteristicsExtension2
impl Sync for CharacteristicsExtension2
impl Unpin for CharacteristicsExtension2
impl UnwindSafe for CharacteristicsExtension2
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,