[][src]Struct uefi_ffi::EFI_ACPI_6_0_GENERIC_TIMER_DESCRIPTION_TABLE

#[repr(C, packed)]pub struct EFI_ACPI_6_0_GENERIC_TIMER_DESCRIPTION_TABLE {
    pub Header: EFI_ACPI_DESCRIPTION_HEADER,
    pub CntControlBasePhysicalAddress: u64,
    pub Reserved: u32,
    pub SecurePL1TimerGSIV: u32,
    pub SecurePL1TimerFlags: u32,
    pub NonSecurePL1TimerGSIV: u32,
    pub NonSecurePL1TimerFlags: u32,
    pub VirtualTimerGSIV: u32,
    pub VirtualTimerFlags: u32,
    pub NonSecurePL2TimerGSIV: u32,
    pub NonSecurePL2TimerFlags: u32,
    pub CntReadBasePhysicalAddress: u64,
    pub PlatformTimerCount: u32,
    pub PlatformTimerOffset: u32,
}

Fields

Header: EFI_ACPI_DESCRIPTION_HEADERCntControlBasePhysicalAddress: u64Reserved: u32SecurePL1TimerGSIV: u32SecurePL1TimerFlags: u32NonSecurePL1TimerGSIV: u32NonSecurePL1TimerFlags: u32VirtualTimerGSIV: u32VirtualTimerFlags: u32NonSecurePL2TimerGSIV: u32NonSecurePL2TimerFlags: u32CntReadBasePhysicalAddress: u64PlatformTimerCount: u32PlatformTimerOffset: u32

Trait Implementations

impl Clone for EFI_ACPI_6_0_GENERIC_TIMER_DESCRIPTION_TABLE[src]

impl Copy for EFI_ACPI_6_0_GENERIC_TIMER_DESCRIPTION_TABLE[src]

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