[][src]Struct uefi_ffi::EFI_ACPI_6_0_NFIT_NVDIMM_CONTROL_REGION_STRUCTURE

#[repr(C, packed)]pub struct EFI_ACPI_6_0_NFIT_NVDIMM_CONTROL_REGION_STRUCTURE {
    pub Type: u16,
    pub Length: u16,
    pub NVDIMMControlRegionStructureIndex: u16,
    pub VendorID: u16,
    pub DeviceID: u16,
    pub RevisionID: u16,
    pub SubsystemVendorID: u16,
    pub SubsystemDeviceID: u16,
    pub SubsystemRevisionID: u16,
    pub Reserved_18: [u8; 6],
    pub SerialNumber: u32,
    pub RegionFormatInterfaceCode: u16,
    pub NumberOfBlockControlWindows: u16,
    pub SizeOfBlockControlWindow: u64,
    pub CommandRegisterOffsetInBlockControlWindow: u64,
    pub SizeOfCommandRegisterInBlockControlWindows: u64,
    pub StatusRegisterOffsetInBlockControlWindow: u64,
    pub SizeOfStatusRegisterInBlockControlWindows: u64,
    pub NVDIMMControlRegionFlag: u16,
    pub Reserved_74: [u8; 6],
}

Fields

Type: u16Length: u16NVDIMMControlRegionStructureIndex: u16VendorID: u16DeviceID: u16RevisionID: u16SubsystemVendorID: u16SubsystemDeviceID: u16SubsystemRevisionID: u16Reserved_18: [u8; 6]SerialNumber: u32RegionFormatInterfaceCode: u16NumberOfBlockControlWindows: u16SizeOfBlockControlWindow: u64CommandRegisterOffsetInBlockControlWindow: u64SizeOfCommandRegisterInBlockControlWindows: u64StatusRegisterOffsetInBlockControlWindow: u64SizeOfStatusRegisterInBlockControlWindows: u64NVDIMMControlRegionFlag: u16Reserved_74: [u8; 6]

Trait Implementations

impl Clone for EFI_ACPI_6_0_NFIT_NVDIMM_CONTROL_REGION_STRUCTURE[src]

impl Copy for EFI_ACPI_6_0_NFIT_NVDIMM_CONTROL_REGION_STRUCTURE[src]

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