#[repr(C)]pub struct Struct_acpi_pmtt_controller {
pub Header: ACPI_PMTT_HEADER,
pub ReadLatency: UINT32,
pub WriteLatency: UINT32,
pub ReadBandwidth: UINT32,
pub WriteBandwidth: UINT32,
pub AccessWidth: UINT16,
pub Alignment: UINT16,
pub Reserved: UINT16,
pub DomainCount: UINT16,
}Fields§
§Header: ACPI_PMTT_HEADER§ReadLatency: UINT32§WriteLatency: UINT32§ReadBandwidth: UINT32§WriteBandwidth: UINT32§AccessWidth: UINT16§Alignment: UINT16§Reserved: UINT16§DomainCount: UINT16Trait Implementations§
Source§impl Clone for Struct_acpi_pmtt_controller
impl Clone for Struct_acpi_pmtt_controller
impl Copy for Struct_acpi_pmtt_controller
Auto Trait Implementations§
impl Freeze for Struct_acpi_pmtt_controller
impl RefUnwindSafe for Struct_acpi_pmtt_controller
impl Send for Struct_acpi_pmtt_controller
impl Sync for Struct_acpi_pmtt_controller
impl Unpin for Struct_acpi_pmtt_controller
impl UnwindSafe for Struct_acpi_pmtt_controller
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