pub struct Advance {
pub wrapped: bool,
pub finished: bool,
}Expand description
What one Transport::advance did.
Fields§
§wrapped: boolThe playhead wrapped at the loop end this call.
finished: boolThe playhead reached the end with no loop (the transport is now Stopped at the last frame).
Trait Implementations§
impl Copy for Advance
impl Eq for Advance
impl StructuralPartialEq for Advance
Auto Trait Implementations§
impl Freeze for Advance
impl RefUnwindSafe for Advance
impl Send for Advance
impl Sync for Advance
impl Unpin for Advance
impl UnsafeUnpin for Advance
impl UnwindSafe for Advance
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