Struct acpi_tables::aml::Package
source · pub struct Package {
children_bytes: Vec<u8>,
}
Expand description
Package object. ‘children’ represents the ACPI objects contained in this package.
Fields§
§children_bytes: Vec<u8>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Package
impl RefUnwindSafe for Package
impl Send for Package
impl Sync for Package
impl Unpin for Package
impl UnwindSafe for Package
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