Struct acpi_tables::aml::Device
source · pub struct Device<'a> {
path: Path,
children: Vec<&'a dyn Aml>,
}
Expand description
Device object with its device name and children objects in it.
Fields§
§path: Path
§children: Vec<&'a dyn Aml>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Device<'a>
impl<'a> !Send for Device<'a>
impl<'a> !Sync for Device<'a>
impl<'a> Unpin for Device<'a>
impl<'a> !UnwindSafe for Device<'a>
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