[][src]Struct uefi_ffi::EFI_ACPI_6_0_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS

#[repr(C)]pub struct EFI_ACPI_6_0_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
    pub Reserved1: u8,
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>Reserved1: u8

Implementations

impl EFI_ACPI_6_0_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS[src]

pub fn CommandComplete(&self) -> u8[src]

pub fn set_CommandComplete(&mut self, val: u8)[src]

pub fn SciDoorbell(&self) -> u8[src]

pub fn set_SciDoorbell(&mut self, val: u8)[src]

pub fn Error(&self) -> u8[src]

pub fn set_Error(&mut self, val: u8)[src]

pub fn PlatformNotification(&self) -> u8[src]

pub fn set_PlatformNotification(&mut self, val: u8)[src]

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

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

pub fn new_bitfield_1(
    CommandComplete: u8,
    SciDoorbell: u8,
    Error: u8,
    PlatformNotification: u8,
    Reserved: u8
) -> __BindgenBitfieldUnit<[u8; 1], u8>
[src]

Trait Implementations

impl Clone for EFI_ACPI_6_0_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS[src]

impl Copy for EFI_ACPI_6_0_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS[src]

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