Struct PlaybackCommand
#[repr(transparent)]pub struct PlaybackCommand(pub i32);Tuple Fields§
§0: i32Implementations§
§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 duplicate 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