pub struct KeyFrame { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for KeyFrame
impl !RefUnwindSafe for KeyFrame
impl !Send for KeyFrame
impl !Sync for KeyFrame
impl Unpin for KeyFrame
impl !UnwindSafe for KeyFrame
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