pub struct UnknownOpcode(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl Clone for UnknownOpcode
impl Clone for UnknownOpcode
Source§fn clone(&self) -> UnknownOpcode
fn clone(&self) -> UnknownOpcode
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 UnknownOpcode
impl Debug for UnknownOpcode
impl Copy for UnknownOpcode
Auto Trait Implementations§
impl Freeze for UnknownOpcode
impl RefUnwindSafe for UnknownOpcode
impl Send for UnknownOpcode
impl Sync for UnknownOpcode
impl Unpin for UnknownOpcode
impl UnwindSafe for UnknownOpcode
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