[−][src]Enum naga::ConstantInner
pub enum ConstantInner { Sint(i64), Uint(u64), Float(f64), Bool(bool), Composite(Vec<Handle<Constant>>), }
Additional information, dependendent on the kind of constant.
Variants
Sint(i64)
Uint(u64)
Float(f64)
Bool(bool)
Trait Implementations
impl Clone for ConstantInner
[src][+]
impl Debug for ConstantInner
[src][+]
impl PartialEq<ConstantInner> for ConstantInner
[src][+]
impl StructuralPartialEq for ConstantInner
[src]
Auto Trait Implementations
impl RefUnwindSafe for ConstantInner
impl Send for ConstantInner
impl Sync for ConstantInner
impl Unpin for ConstantInner
impl UnwindSafe for ConstantInner
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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,