#[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 duplicate of the value. Read more
1.0.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