pub struct KeyFramesManager { /* private fields */ }
Expand description
Manages the frozen tasks state and logging.
Implementations§
Auto Trait Implementations§
impl Freeze for KeyFramesManager
impl !RefUnwindSafe for KeyFramesManager
impl Send for KeyFramesManager
impl Sync for KeyFramesManager
impl Unpin for KeyFramesManager
impl !UnwindSafe for KeyFramesManager
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