Struct windows_sys::Phone::Notification::Management::PlaybackCommand
[−]#[repr(transparent)]pub struct PlaybackCommand(pub i32);
Expand description
Required features: "Phone_Notification_Management"
Tuple Fields
0: i32
Implementations
impl PlaybackCommand
impl PlaybackCommand
pub const Play: Self = Self(0i32)
pub const Pause: Self = Self(1i32)
pub const Stop: Self = Self(2i32)
pub const Record: Self = Self(3i32)
pub const FastForward: Self = Self(4i32)
pub const Rewind: Self = Self(5i32)
pub const Next: Self = Self(6i32)
pub const Previous: Self = Self(7i32)
pub const ChannelUp: Self = Self(8i32)
pub const ChannelDown: Self = Self(9i32)
Trait Implementations
impl Clone for PlaybackCommand
impl Clone for PlaybackCommand
impl Copy for PlaybackCommand
Auto Trait Implementations
impl RefUnwindSafe for PlaybackCommand
impl Send for PlaybackCommand
impl Sync for PlaybackCommand
impl Unpin for PlaybackCommand
impl UnwindSafe for PlaybackCommand
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