[−][src]Struct cranelift_codegen::ir::instructions::ValueTypeSet
A value type set describes the permitted set of types for a type variable.
Fields
lanes: BitSet<u16>Allowed lane sizes
ints: BitSet<u8>Allowed int widths
floats: BitSet<u8>Allowed float widths
bools: BitSet<u8>Allowed bool widths
Methods
impl ValueTypeSet[src]
impl ValueTypeSetpub fn contains(self, typ: Type) -> bool | [src] |
Does typ belong to this set?
pub fn example(self) -> Type | [src] |
Get an example member of this type set.
This is used for error messages to avoid suggesting invalid types.
Trait Implementations
impl Copy for ValueTypeSet[src]
impl Copy for ValueTypeSetimpl Debug for ValueTypeSet[src]
impl Debug for ValueTypeSetimpl PartialEq<ValueTypeSet> for ValueTypeSet[src]
impl PartialEq<ValueTypeSet> for ValueTypeSetfn eq(&self, other: &ValueTypeSet) -> bool | [src] |
fn ne(&self, other: &ValueTypeSet) -> bool | [src] |
impl Eq for ValueTypeSet[src]
impl Eq for ValueTypeSetimpl Clone for ValueTypeSet[src]
impl Clone for ValueTypeSetfn clone(&self) -> ValueTypeSet | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for ValueTypeSet
impl Send for ValueTypeSetimpl Sync for ValueTypeSet
impl Sync for ValueTypeSetBlanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone,