#[repr(C)]pub struct Struct_acpi_memory_attribute {
pub WriteProtect: UINT8,
pub Caching: UINT8,
pub RangeType: UINT8,
pub Translation: UINT8,
}Fields§
§WriteProtect: UINT8§Caching: UINT8§RangeType: UINT8§Translation: UINT8Trait Implementations§
Source§impl Clone for Struct_acpi_memory_attribute
impl Clone for Struct_acpi_memory_attribute
impl Copy for Struct_acpi_memory_attribute
Auto Trait Implementations§
impl Freeze for Struct_acpi_memory_attribute
impl RefUnwindSafe for Struct_acpi_memory_attribute
impl Send for Struct_acpi_memory_attribute
impl Sync for Struct_acpi_memory_attribute
impl Unpin for Struct_acpi_memory_attribute
impl UnwindSafe for Struct_acpi_memory_attribute
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