[][src]Struct uefi_ffi::EFI_ACPI_6_0_PCCT_SUBSPACE_GENERIC

#[repr(C, packed)]pub struct EFI_ACPI_6_0_PCCT_SUBSPACE_GENERIC {
    pub Type: u8,
    pub Length: u8,
    pub Reserved: [u8; 6],
    pub BaseAddress: u64,
    pub AddressLength: u64,
    pub DoorbellRegister: EFI_ACPI_6_0_GENERIC_ADDRESS_STRUCTURE,
    pub DoorbellPreserve: u64,
    pub DoorbellWrite: u64,
    pub NominalLatency: u32,
    pub MaximumPeriodicAccessRate: u32,
    pub MinimumRequestTurnaroundTime: u16,
}

Fields

Type: u8Length: u8Reserved: [u8; 6]BaseAddress: u64AddressLength: u64DoorbellRegister: EFI_ACPI_6_0_GENERIC_ADDRESS_STRUCTUREDoorbellPreserve: u64DoorbellWrite: u64NominalLatency: u32MaximumPeriodicAccessRate: u32MinimumRequestTurnaroundTime: u16

Trait Implementations

impl Clone for EFI_ACPI_6_0_PCCT_SUBSPACE_GENERIC[src]

impl Copy for EFI_ACPI_6_0_PCCT_SUBSPACE_GENERIC[src]

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