pub struct TimelineManager { /* private fields */ }Expand description
Global timeline manager
Auto Trait Implementations§
impl Freeze for TimelineManager
impl RefUnwindSafe for TimelineManager
impl Send for TimelineManager
impl Sync for TimelineManager
impl Unpin for TimelineManager
impl UnwindSafe for TimelineManager
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