pub enum TimelineState {
Paused,
Playing,
Closed,
}Variants§
Trait Implementations§
Source§impl Clone for TimelineState
impl Clone for TimelineState
impl Copy for TimelineState
Source§impl Debug for TimelineState
impl Debug for TimelineState
impl Eq for TimelineState
Source§impl PartialEq for TimelineState
impl PartialEq for TimelineState
impl StructuralPartialEq for TimelineState
Auto Trait Implementations§
impl Freeze for TimelineState
impl RefUnwindSafe for TimelineState
impl Send for TimelineState
impl Sync for TimelineState
impl Unpin for TimelineState
impl UnsafeUnpin for TimelineState
impl UnwindSafe for TimelineState
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