pub struct UnknownOpcode(pub u16);Tuple Fields§
§0: u16Trait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnknownOpcode
Source§impl Debug for UnknownOpcode
impl Debug for UnknownOpcode
impl Eq for UnknownOpcode
Source§impl PartialEq for UnknownOpcode
impl PartialEq for UnknownOpcode
impl StructuralPartialEq 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 UnsafeUnpin 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