#[repr(u32)]pub enum AnimUIType {
NoUI = 0,
Angle = 1,
Slider = 2,
Point = 3,
Rect = 4,
ColorRGB = 5,
ColorCMYK = 6,
ColorLAB = 7,
}Variants§
Trait Implementations§
source§impl Clone for AnimUIType
impl Clone for AnimUIType
source§fn clone(&self) -> AnimUIType
fn clone(&self) -> AnimUIType
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 AnimUIType
impl Debug for AnimUIType
impl Copy for AnimUIType
Auto Trait Implementations§
impl Freeze for AnimUIType
impl RefUnwindSafe for AnimUIType
impl Send for AnimUIType
impl Sync for AnimUIType
impl Unpin for AnimUIType
impl UnwindSafe for AnimUIType
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)