Struct PlaybackCommand
#[repr(transparent)]pub struct PlaybackCommand(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PlaybackCommand
impl PlaybackCommand
pub const Play: Self = _
pub const Pause: Self = _
pub const Stop: Self = _
pub const Record: Self = _
pub const FastForward: Self = _
pub const Rewind: Self = _
pub const Next: Self = _
pub const Previous: Self = _
pub const ChannelUp: Self = _
pub const ChannelDown: Self = _
Trait Implementations§
§impl Clone for PlaybackCommand
impl Clone for PlaybackCommand
§fn clone(&self) -> PlaybackCommand
fn clone(&self) -> PlaybackCommand
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 PlaybackCommand
impl Debug for PlaybackCommand
§impl Default for PlaybackCommand
impl Default for PlaybackCommand
§fn default() -> PlaybackCommand
fn default() -> PlaybackCommand
Returns the “default value” for a type. Read more
§impl PartialEq for PlaybackCommand
impl PartialEq for PlaybackCommand
impl Copy for PlaybackCommand
impl Eq for PlaybackCommand
impl StructuralPartialEq for PlaybackCommand
Auto Trait Implementations§
impl Freeze for PlaybackCommand
impl RefUnwindSafe for PlaybackCommand
impl Send for PlaybackCommand
impl Sync for PlaybackCommand
impl Unpin for PlaybackCommand
impl UnwindSafe for PlaybackCommand
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