Struct acpi_tables::aml::Multiply
source · pub struct Multiply<'a> {
a: &'a dyn Aml,
b: &'a dyn Aml,
target: &'a dyn Aml,
}
Expand description
General operation object with the operator a/b and a target.
Fields§
§a: &'a dyn Aml
§b: &'a dyn Aml
§target: &'a dyn Aml
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Multiply<'a>
impl<'a> !Send for Multiply<'a>
impl<'a> !Sync for Multiply<'a>
impl<'a> Unpin for Multiply<'a>
impl<'a> !UnwindSafe for Multiply<'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