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