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