Struct acpi_tables::aml::NotEqual
source · pub struct NotEqual<'a> {
right: &'a dyn Aml,
left: &'a dyn Aml,
}
Expand description
Compare object with its right part and left part, which are both ACPI Object.
Fields§
§right: &'a dyn Aml
§left: &'a dyn Aml
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for NotEqual<'a>
impl<'a> !Send for NotEqual<'a>
impl<'a> !Sync for NotEqual<'a>
impl<'a> Unpin for NotEqual<'a>
impl<'a> !UnwindSafe for NotEqual<'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