pub struct Pc(/* private fields */);Expand description
A program counter: an instruction index within a function’s code.
Implementations§
Trait Implementations§
impl Copy for Pc
impl Eq for Pc
Source§impl Ord for Pc
impl Ord for Pc
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 PartialOrd for Pc
impl PartialOrd for Pc
impl StructuralPartialEq for Pc
Auto Trait Implementations§
impl Freeze for Pc
impl RefUnwindSafe for Pc
impl Send for Pc
impl Sync for Pc
impl Unpin for Pc
impl UnsafeUnpin for Pc
impl UnwindSafe for Pc
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