Struct windows_sys::Phone::Notification::Management::PlaybackStatus
[−]#[repr(transparent)]pub struct PlaybackStatus(pub i32);
Expand description
Required features: "Phone_Notification_Management"
Tuple Fields
0: i32
Implementations
impl PlaybackStatus
impl PlaybackStatus
pub const None: Self = Self(0i32)
pub const TrackChanged: Self = Self(1i32)
pub const Stopped: Self = Self(2i32)
pub const Playing: Self = Self(3i32)
pub const Paused: Self = Self(4i32)
Trait Implementations
impl Clone for PlaybackStatus
impl Clone for PlaybackStatus
impl Copy for PlaybackStatus
Auto Trait Implementations
impl RefUnwindSafe for PlaybackStatus
impl Send for PlaybackStatus
impl Sync for PlaybackStatus
impl Unpin for PlaybackStatus
impl UnwindSafe for PlaybackStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more