pub struct TimelineState { /* private fields */ }Expand description
Timeline semaphore state per queue
Auto Trait Implementations§
impl Freeze for TimelineState
impl RefUnwindSafe for TimelineState
impl Send for TimelineState
impl Sync for TimelineState
impl Unpin 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