#[repr(u32)]pub enum AnimDataType {
Show 13 variants
Opaque = 0,
Char = 1,
Short = 2,
Long = 3,
UnsignedChar = 4,
UnsignedShort = 5,
UnsignedLong = 6,
Fixed = 7,
UnsignedFixed = 8,
Extended96 = 9,
Double64 = 10,
Float32 = 11,
ColorRGB = 12,
}Variants§
Opaque = 0
Char = 1
Short = 2
Long = 3
UnsignedChar = 4
UnsignedShort = 5
UnsignedLong = 6
Fixed = 7
UnsignedFixed = 8
Extended96 = 9
Double64 = 10
Float32 = 11
ColorRGB = 12
Trait Implementations§
source§impl Clone for AnimDataType
impl Clone for AnimDataType
source§fn clone(&self) -> AnimDataType
fn clone(&self) -> AnimDataType
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AnimDataType
impl Debug for AnimDataType
impl Copy for AnimDataType
Auto Trait Implementations§
impl Freeze for AnimDataType
impl RefUnwindSafe for AnimDataType
impl Send for AnimDataType
impl Sync for AnimDataType
impl Unpin for AnimDataType
impl UnwindSafe for AnimDataType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)