[][src]Struct uefi_ffi::EFI_ACPI_6_0_ERROR_BLOCK_STATUS

#[repr(C, packed)]pub struct EFI_ACPI_6_0_ERROR_BLOCK_STATUS {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>

Implementations

impl EFI_ACPI_6_0_ERROR_BLOCK_STATUS[src]

pub fn UncorrectableErrorValid(&self) -> u32[src]

pub fn set_UncorrectableErrorValid(&mut self, val: u32)[src]

pub fn CorrectableErrorValid(&self) -> u32[src]

pub fn set_CorrectableErrorValid(&mut self, val: u32)[src]

pub fn MultipleUncorrectableErrors(&self) -> u32[src]

pub fn set_MultipleUncorrectableErrors(&mut self, val: u32)[src]

pub fn MultipleCorrectableErrors(&self) -> u32[src]

pub fn set_MultipleCorrectableErrors(&mut self, val: u32)[src]

pub fn ErrorDataEntryCount(&self) -> u32[src]

pub fn set_ErrorDataEntryCount(&mut self, val: u32)[src]

pub fn Reserved(&self) -> u32[src]

pub fn set_Reserved(&mut self, val: u32)[src]

pub fn new_bitfield_1(
    UncorrectableErrorValid: u32,
    CorrectableErrorValid: u32,
    MultipleUncorrectableErrors: u32,
    MultipleCorrectableErrors: u32,
    ErrorDataEntryCount: u32,
    Reserved: u32
) -> __BindgenBitfieldUnit<[u8; 4], u32>
[src]

Trait Implementations

impl Clone for EFI_ACPI_6_0_ERROR_BLOCK_STATUS[src]

impl Copy for EFI_ACPI_6_0_ERROR_BLOCK_STATUS[src]

impl Debug for EFI_ACPI_6_0_ERROR_BLOCK_STATUS[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.