pub struct StoreOp {
pub source: Vec<u8>,
pub destination: Vec<u8>,
}Expand description
An AML Store operation (Store source to destination).
Fields§
§source: Vec<u8>Pre-serialized source operand.
destination: Vec<u8>Pre-serialized destination (must be a SuperName — name, local, arg, etc.).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StoreOp
impl RefUnwindSafe for StoreOp
impl Send for StoreOp
impl Sync for StoreOp
impl Unpin for StoreOp
impl UnwindSafe for StoreOp
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