[][src]Struct uefi_ffi::EFI_ACPI_6_0_FPDT_FIRMWARE_BASIC_BOOT_RECORD

#[repr(C, packed)]pub struct EFI_ACPI_6_0_FPDT_FIRMWARE_BASIC_BOOT_RECORD {
    pub Header: EFI_ACPI_6_0_FPDT_PERFORMANCE_RECORD_HEADER,
    pub Reserved: u32,
    pub ResetEnd: u64,
    pub OsLoaderLoadImageStart: u64,
    pub OsLoaderStartImageStart: u64,
    pub ExitBootServicesEntry: u64,
    pub ExitBootServicesExit: u64,
}

Fields

Header: EFI_ACPI_6_0_FPDT_PERFORMANCE_RECORD_HEADERReserved: u32ResetEnd: u64OsLoaderLoadImageStart: u64OsLoaderStartImageStart: u64ExitBootServicesEntry: u64ExitBootServicesExit: u64

Trait Implementations

impl Clone for EFI_ACPI_6_0_FPDT_FIRMWARE_BASIC_BOOT_RECORD[src]

impl Copy for EFI_ACPI_6_0_FPDT_FIRMWARE_BASIC_BOOT_RECORD[src]

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