[−][src]Struct cranelift_codegen_meta::cdsl::typevar::TypeSetBuilder
Fields
ints: Intervalfloats: Intervalbools: Intervalrefs: Intervalincludes_scalars: boolsimd_lanes: Intervalspecials: Vec<SpecialType>Implementations
impl TypeSetBuilder[src]
pub fn new() -> Self[src]
pub fn ints(self, interval: impl Into<Interval>) -> Self[src]
pub fn floats(self, interval: impl Into<Interval>) -> Self[src]
pub fn bools(self, interval: impl Into<Interval>) -> Self[src]
pub fn refs(self, interval: impl Into<Interval>) -> Self[src]
pub fn includes_scalars(self, includes_scalars: bool) -> Self[src]
pub fn simd_lanes(self, interval: impl Into<Interval>) -> Self[src]
pub fn specials(self, specials: Vec<SpecialType>) -> Self[src]
pub fn build(self) -> TypeSet[src]
pub fn all() -> TypeSet[src]
Auto Trait Implementations
impl RefUnwindSafe for TypeSetBuilder[src]
impl Send for TypeSetBuilder[src]
impl Sync for TypeSetBuilder[src]
impl Unpin for TypeSetBuilder[src]
impl UnwindSafe for TypeSetBuilder[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,