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