pub struct RawInstruction {
pub opcode: u16,
pub params: Vec<u32>,
}
Fields§
§opcode: u16
§params: Vec<u32>
Trait Implementations§
Source§impl Clone for RawInstruction
impl Clone for RawInstruction
Source§fn clone(&self) -> RawInstruction
fn clone(&self) -> RawInstruction
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for RawInstruction
impl RefUnwindSafe for RawInstruction
impl Send for RawInstruction
impl Sync for RawInstruction
impl Unpin for RawInstruction
impl UnwindSafe for RawInstruction
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