pub struct ExecInstruction(pub u16);Tuple Fields§
§0: u16Implementations§
Trait Implementations§
Source§impl Clone for ExecInstruction
impl Clone for ExecInstruction
Source§fn clone(&self) -> ExecInstruction
fn clone(&self) -> ExecInstruction
Returns a duplicate 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 moreSource§impl Debug for ExecInstruction
impl Debug for ExecInstruction
Source§impl<'de> Deserialize<'de> for ExecInstruction
impl<'de> Deserialize<'de> for ExecInstruction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExecInstruction
impl PartialEq for ExecInstruction
Source§impl Serialize for ExecInstruction
impl Serialize for ExecInstruction
impl Copy for ExecInstruction
impl Eq for ExecInstruction
impl StructuralPartialEq for ExecInstruction
Auto Trait Implementations§
impl Freeze for ExecInstruction
impl RefUnwindSafe for ExecInstruction
impl Send for ExecInstruction
impl Sync for ExecInstruction
impl Unpin for ExecInstruction
impl UnsafeUnpin for ExecInstruction
impl UnwindSafe for ExecInstruction
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