#[repr(u32)]pub enum DataType {
Byte = 5_120,
UnsignedByte = 5_121,
Short = 5_122,
UnsignedShort = 5_123,
Int = 5_124,
UnsignedInt = 5_125,
Float = 5_126,
}Variants§
Byte = 5_120
UnsignedByte = 5_121
Short = 5_122
UnsignedShort = 5_123
Int = 5_124
UnsignedInt = 5_125
Float = 5_126
Trait Implementations§
impl Copy for DataType
impl Eq for DataType
impl StructuralPartialEq for DataType
Auto Trait Implementations§
impl Freeze for DataType
impl RefUnwindSafe for DataType
impl Send for DataType
impl Sync for DataType
impl Unpin for DataType
impl UnsafeUnpin for DataType
impl UnwindSafe for DataType
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