pub struct TrackPosition { /* private fields */ }
Expand description
Tracks the current position (elapsed time) of the audio stream.
Implementations§
Source§impl TrackPosition
impl TrackPosition
Trait Implementations§
Source§impl Processor for TrackPosition
impl Processor for TrackPosition
Auto Trait Implementations§
impl Freeze for TrackPosition
impl RefUnwindSafe for TrackPosition
impl Send for TrackPosition
impl Sync for TrackPosition
impl Unpin for TrackPosition
impl UnwindSafe for TrackPosition
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