pub struct LEqualOp {
pub left: Vec<u8>,
pub right: Vec<u8>,
}Expand description
An AML LEqual comparison.
Fields§
§left: Vec<u8>Pre-serialized left operand.
right: Vec<u8>Pre-serialized right operand.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LEqualOp
impl RefUnwindSafe for LEqualOp
impl Send for LEqualOp
impl Sync for LEqualOp
impl Unpin for LEqualOp
impl UnwindSafe for LEqualOp
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