Enum three_d::context::DataType [−][src]
pub enum DataType {
HalfFloat,
Float,
Byte,
UnsignedByte,
Short,
UnsignedShort,
Int,
UnsignedInt,
}Variants
HalfFloat
Float
Byte
UnsignedByte
Short
UnsignedShort
Int
UnsignedInt
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataType
impl UnwindSafe for DataType
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
