#[repr(C)]pub struct Struct_acpi_nfit_memory_map {Show 13 fields
pub Header: ACPI_NFIT_HEADER,
pub DeviceHandle: UINT32,
pub PhysicalId: UINT16,
pub RegionId: UINT16,
pub RangeIndex: UINT16,
pub RegionIndex: UINT16,
pub RegionSize: UINT64,
pub RegionOffset: UINT64,
pub Address: UINT64,
pub InterleaveIndex: UINT16,
pub InterleaveWays: UINT16,
pub Flags: UINT16,
pub Reserved: UINT16,
}Fields§
§Header: ACPI_NFIT_HEADER§DeviceHandle: UINT32§PhysicalId: UINT16§RegionId: UINT16§RangeIndex: UINT16§RegionIndex: UINT16§RegionSize: UINT64§RegionOffset: UINT64§Address: UINT64§InterleaveIndex: UINT16§InterleaveWays: UINT16§Flags: UINT16§Reserved: UINT16Trait Implementations§
Source§impl Clone for Struct_acpi_nfit_memory_map
impl Clone for Struct_acpi_nfit_memory_map
impl Copy for Struct_acpi_nfit_memory_map
Auto Trait Implementations§
impl Freeze for Struct_acpi_nfit_memory_map
impl RefUnwindSafe for Struct_acpi_nfit_memory_map
impl Send for Struct_acpi_nfit_memory_map
impl Sync for Struct_acpi_nfit_memory_map
impl Unpin for Struct_acpi_nfit_memory_map
impl UnwindSafe for Struct_acpi_nfit_memory_map
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more