pub struct PrimitiveOpcode(pub u32);Expand description
Integer opcode used to dispatch a primitive in the translated engine.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for PrimitiveOpcode
impl Clone for PrimitiveOpcode
Source§fn clone(&self) -> PrimitiveOpcode
fn clone(&self) -> PrimitiveOpcode
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 PrimitiveOpcode
Source§impl Debug for PrimitiveOpcode
impl Debug for PrimitiveOpcode
Source§impl Default for PrimitiveOpcode
impl Default for PrimitiveOpcode
Source§fn default() -> PrimitiveOpcode
fn default() -> PrimitiveOpcode
Returns the “default value” for a type. Read more
impl Eq for PrimitiveOpcode
Source§impl Hash for PrimitiveOpcode
impl Hash for PrimitiveOpcode
Source§impl Ord for PrimitiveOpcode
impl Ord for PrimitiveOpcode
Source§fn cmp(&self, other: &PrimitiveOpcode) -> Ordering
fn cmp(&self, other: &PrimitiveOpcode) -> Ordering
1.21.0 (const: unstable) · 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 PrimitiveOpcode
impl PartialEq for PrimitiveOpcode
Source§impl PartialOrd for PrimitiveOpcode
impl PartialOrd for PrimitiveOpcode
impl StructuralPartialEq for PrimitiveOpcode
Auto Trait Implementations§
impl Freeze for PrimitiveOpcode
impl RefUnwindSafe for PrimitiveOpcode
impl Send for PrimitiveOpcode
impl Sync for PrimitiveOpcode
impl Unpin for PrimitiveOpcode
impl UnsafeUnpin for PrimitiveOpcode
impl UnwindSafe for PrimitiveOpcode
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