pub struct KeyFrameColor { /* private fields */ }
Trait Implementations§
Source§impl Debug for KeyFrameColor
impl Debug for KeyFrameColor
Source§impl Default for KeyFrameColor
impl Default for KeyFrameColor
Source§fn default() -> KeyFrameColor
fn default() -> KeyFrameColor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for KeyFrameColor
impl !RefUnwindSafe for KeyFrameColor
impl !Send for KeyFrameColor
impl !Sync for KeyFrameColor
impl Unpin for KeyFrameColor
impl !UnwindSafe for KeyFrameColor
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