Struct PlaybackStatus
#[repr(transparent)]pub struct PlaybackStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PlaybackStatus
impl PlaybackStatus
pub const None: Self = _
pub const TrackChanged: Self = _
pub const Stopped: Self = _
pub const Playing: Self = _
pub const Paused: Self = _
Trait Implementations§
§impl Clone for PlaybackStatus
impl Clone for PlaybackStatus
§fn clone(&self) -> PlaybackStatus
fn clone(&self) -> PlaybackStatus
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PlaybackStatus
impl Debug for PlaybackStatus
§impl Default for PlaybackStatus
impl Default for PlaybackStatus
§fn default() -> PlaybackStatus
fn default() -> PlaybackStatus
Returns the “default value” for a type. Read more
§impl PartialEq for PlaybackStatus
impl PartialEq for PlaybackStatus
impl Copy for PlaybackStatus
impl Eq for PlaybackStatus
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 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