[][src]Struct uefi_ffi::EFI_ACPI_6_0_GTDT_GT_BLOCK_TIMER_STRUCTURE

#[repr(C, packed)]pub struct EFI_ACPI_6_0_GTDT_GT_BLOCK_TIMER_STRUCTURE {
    pub GTFrameNumber: u8,
    pub Reserved: [u8; 3],
    pub CntBaseX: u64,
    pub CntEL0BaseX: u64,
    pub GTxPhysicalTimerGSIV: u32,
    pub GTxPhysicalTimerFlags: u32,
    pub GTxVirtualTimerGSIV: u32,
    pub GTxVirtualTimerFlags: u32,
    pub GTxCommonFlags: u32,
}

Fields

GTFrameNumber: u8Reserved: [u8; 3]CntBaseX: u64CntEL0BaseX: u64GTxPhysicalTimerGSIV: u32GTxPhysicalTimerFlags: u32GTxVirtualTimerGSIV: u32GTxVirtualTimerFlags: u32GTxCommonFlags: u32

Trait Implementations

impl Clone for EFI_ACPI_6_0_GTDT_GT_BLOCK_TIMER_STRUCTURE[src]

impl Copy for EFI_ACPI_6_0_GTDT_GT_BLOCK_TIMER_STRUCTURE[src]

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