pub struct InstructionPc(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for InstructionPc
impl Clone for InstructionPc
Source§fn clone(&self) -> InstructionPc
fn clone(&self) -> InstructionPc
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 InstructionPc
Source§impl Debug for InstructionPc
impl Debug for InstructionPc
impl Eq for InstructionPc
Source§impl Hash for InstructionPc
impl Hash for InstructionPc
Source§impl LowerHex for InstructionPc
impl LowerHex for InstructionPc
Source§impl Ord for InstructionPc
impl Ord for InstructionPc
Source§fn cmp(&self, other: &InstructionPc) -> Ordering
fn cmp(&self, other: &InstructionPc) -> 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 InstructionPc
impl PartialEq for InstructionPc
Source§impl PartialOrd for InstructionPc
impl PartialOrd for InstructionPc
impl StructuralPartialEq for InstructionPc
Auto Trait Implementations§
impl Freeze for InstructionPc
impl RefUnwindSafe for InstructionPc
impl Send for InstructionPc
impl Sync for InstructionPc
impl Unpin for InstructionPc
impl UnsafeUnpin for InstructionPc
impl UnwindSafe for InstructionPc
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