Struct acpi_tables::aml::IO
source · pub struct IO {
min: u16,
max: u16,
alignment: u8,
length: u8,
}
Expand description
IO resouce object with the IO range, alignment and length
Fields§
§min: u16
§max: u16
§alignment: u8
§length: u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IO
impl Send for IO
impl Sync for IO
impl Unpin for IO
impl UnwindSafe for IO
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