pub struct BusNumber {
pub attributes: MemoryAttribute,
pub min_address: u16,
pub max_address: u16,
pub length: u16,
}
Expand description
An ACPI bus number.
Fields§
§attributes: MemoryAttribute
§min_address: u16
§max_address: u16
§length: u16
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BusNumber
impl RefUnwindSafe for BusNumber
impl Send for BusNumber
impl Sync for BusNumber
impl Unpin for BusNumber
impl UnwindSafe for BusNumber
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