pub struct InstrId(pub u32);Expand description
Public API for InstrId.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Ord for InstrId
impl Ord for InstrId
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 InstrId
impl PartialOrd for InstrId
impl Copy for InstrId
impl Eq for InstrId
impl StructuralPartialEq for InstrId
Auto Trait Implementations§
impl Freeze for InstrId
impl RefUnwindSafe for InstrId
impl Send for InstrId
impl Sync for InstrId
impl Unpin for InstrId
impl UnsafeUnpin for InstrId
impl UnwindSafe for InstrId
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