pub struct IntrinsicId(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
source§impl Clone for IntrinsicId
impl Clone for IntrinsicId
source§fn clone(&self) -> IntrinsicId
fn clone(&self) -> IntrinsicId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IntrinsicId
impl Debug for IntrinsicId
source§impl Display for IntrinsicId
impl Display for IntrinsicId
source§impl From<IntrinsicId> for u32
impl From<IntrinsicId> for u32
source§fn from(value: IntrinsicId) -> Self
fn from(value: IntrinsicId) -> Self
Converts to this type from the input type.
source§impl From<u32> for IntrinsicId
impl From<u32> for IntrinsicId
source§impl Hash for IntrinsicId
impl Hash for IntrinsicId
source§impl Ord for IntrinsicId
impl Ord for IntrinsicId
source§fn cmp(&self, other: &IntrinsicId) -> Ordering
fn cmp(&self, other: &IntrinsicId) -> Ordering
1.21.0 · 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 IntrinsicId
impl PartialEq for IntrinsicId
source§impl PartialOrd for IntrinsicId
impl PartialOrd for IntrinsicId
impl Copy for IntrinsicId
impl Eq for IntrinsicId
impl StructuralPartialEq for IntrinsicId
Auto Trait Implementations§
impl Freeze for IntrinsicId
impl RefUnwindSafe for IntrinsicId
impl Send for IntrinsicId
impl Sync for IntrinsicId
impl Unpin for IntrinsicId
impl UnwindSafe for IntrinsicId
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