[][src]Struct uefi_ffi::EFI_ACPI_6_0_RASF_PATROL_SCRUB_PLATFORM_BLOCK_STRUCTURE

#[repr(C, packed)]pub struct EFI_ACPI_6_0_RASF_PATROL_SCRUB_PLATFORM_BLOCK_STRUCTURE {
    pub Type: u16,
    pub Version: u16,
    pub Length: u16,
    pub PatrolScrubCommand: u16,
    pub RequestedAddressRange: [u64; 2],
    pub ActualAddressRange: [u64; 2],
    pub Flags: u16,
    pub RequestedSpeed: u8,
}

Fields

Type: u16Version: u16Length: u16PatrolScrubCommand: u16RequestedAddressRange: [u64; 2]ActualAddressRange: [u64; 2]Flags: u16RequestedSpeed: u8

Trait Implementations

impl Clone for EFI_ACPI_6_0_RASF_PATROL_SCRUB_PLATFORM_BLOCK_STRUCTURE[src]

impl Copy for EFI_ACPI_6_0_RASF_PATROL_SCRUB_PLATFORM_BLOCK_STRUCTURE[src]

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