pub struct OpcodeReserved(u8);
Expand description
A struct with a private constructor, to ensure invalid Opcode
s
cannot be created.
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl Clone for OpcodeReserved
impl Clone for OpcodeReserved
Source§fn clone(&self) -> OpcodeReserved
fn clone(&self) -> OpcodeReserved
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 moreSource§impl Debug for OpcodeReserved
impl Debug for OpcodeReserved
Source§impl Hash for OpcodeReserved
impl Hash for OpcodeReserved
Source§impl Ord for OpcodeReserved
impl Ord for OpcodeReserved
Source§fn cmp(&self, other: &OpcodeReserved) -> Ordering
fn cmp(&self, other: &OpcodeReserved) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OpcodeReserved
impl PartialEq for OpcodeReserved
Source§impl PartialOrd for OpcodeReserved
impl PartialOrd for OpcodeReserved
impl Copy for OpcodeReserved
impl Eq for OpcodeReserved
impl StructuralPartialEq for OpcodeReserved
Auto Trait Implementations§
impl Freeze for OpcodeReserved
impl RefUnwindSafe for OpcodeReserved
impl Send for OpcodeReserved
impl Sync for OpcodeReserved
impl Unpin for OpcodeReserved
impl UnwindSafe for OpcodeReserved
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