pub struct PlaybackStatus {
pub position: PlaybackPosition,
}Fields§
§position: PlaybackPositionTrait Implementations§
Source§impl Clone for PlaybackStatus
impl Clone for PlaybackStatus
Source§fn clone(&self) -> PlaybackStatus
fn clone(&self) -> PlaybackStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlaybackStatus
Source§impl Debug for PlaybackStatus
impl Debug for PlaybackStatus
impl Eq for PlaybackStatus
Source§impl PartialEq for PlaybackStatus
impl PartialEq for PlaybackStatus
Source§fn eq(&self, other: &PlaybackStatus) -> bool
fn eq(&self, other: &PlaybackStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PlaybackStatus
Auto Trait Implementations§
impl Freeze for PlaybackStatus
impl RefUnwindSafe for PlaybackStatus
impl Send for PlaybackStatus
impl Sync for PlaybackStatus
impl Unpin for PlaybackStatus
impl UnsafeUnpin for PlaybackStatus
impl UnwindSafe for PlaybackStatus
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