Struct libacpica::Struct_acpi_hest_aer_common[][src]

#[repr(C, packed)]pub struct Struct_acpi_hest_aer_common {
    pub Reserved1: UINT16,
    pub Flags: UINT8,
    pub Enabled: UINT8,
    pub RecordsToPreallocate: UINT32,
    pub MaxSectionsPerRecord: UINT32,
    pub Bus: UINT32,
    pub Device: UINT16,
    pub Function: UINT16,
    pub DeviceControl: UINT16,
    pub Reserved2: UINT16,
    pub UncorrectableMask: UINT32,
    pub UncorrectableSeverity: UINT32,
    pub CorrectableMask: UINT32,
    pub AdvancedCapabilities: UINT32,
}

Fields

Reserved1: UINT16Flags: UINT8Enabled: UINT8RecordsToPreallocate: UINT32MaxSectionsPerRecord: UINT32Bus: UINT32Device: UINT16Function: UINT16DeviceControl: UINT16Reserved2: UINT16UncorrectableMask: UINT32UncorrectableSeverity: UINT32CorrectableMask: UINT32AdvancedCapabilities: UINT32

Trait Implementations

impl Clone for Struct_acpi_hest_aer_common[src]

impl Copy for Struct_acpi_hest_aer_common[src]

impl Default for Struct_acpi_hest_aer_common[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, 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.