pub struct ElseOp {
pub body: Vec<u8>,
}Expand description
An AML Else operation (must follow an IfOp).
Fields§
§body: Vec<u8>Pre-serialized body operations.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElseOp
impl RefUnwindSafe for ElseOp
impl Send for ElseOp
impl Sync for ElseOp
impl Unpin for ElseOp
impl UnwindSafe for ElseOp
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