Struct acpi_tables::aml::Memory32Fixed
source · pub struct Memory32Fixed {
read_write: bool,
base: u32,
length: u32,
}
Expand description
Memory32Fixed object with read_write accessing type, and the base address/length.
Fields§
§read_write: bool
§base: u32
§length: u32
Implementations§
Trait Implementations§
source§impl Aml for Memory32Fixed
impl Aml for Memory32Fixed
Auto Trait Implementations§
impl RefUnwindSafe for Memory32Fixed
impl Send for Memory32Fixed
impl Sync for Memory32Fixed
impl Unpin for Memory32Fixed
impl UnwindSafe for Memory32Fixed
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