Struct acpi_tables::aml::Store
source · pub struct Store<'a> {
name: &'a dyn Aml,
value: &'a dyn Aml,
}
Expand description
Store object with the ACPI object name which can be stored to and the ACPI object value which is to store.
Fields§
§name: &'a dyn Aml
§value: &'a dyn Aml
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Store<'a>
impl<'a> !Send for Store<'a>
impl<'a> !Sync for Store<'a>
impl<'a> Unpin for Store<'a>
impl<'a> !UnwindSafe for Store<'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