Struct cranelift_isle::sema::VariantId
source · pub struct VariantId(pub usize);
Expand description
The id of a variant inside an enum.
Tuple Fields§
§0: usize
Implementations§
Trait Implementations§
source§impl Ord for VariantId
impl Ord for VariantId
source§impl PartialEq<VariantId> for VariantId
impl PartialEq<VariantId> for VariantId
source§impl PartialOrd<VariantId> for VariantId
impl PartialOrd<VariantId> for VariantId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for VariantId
impl Eq for VariantId
impl StructuralEq for VariantId
impl StructuralPartialEq for VariantId
Auto Trait Implementations§
impl RefUnwindSafe for VariantId
impl Send for VariantId
impl Sync for VariantId
impl Unpin for VariantId
impl UnwindSafe for VariantId
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