pub struct RcAction(/* private fields */);Expand description
A remote-control action.
Implementations§
Source§impl RcAction
impl RcAction
Sourcepub const POWER_TOGGLE: Self
pub const POWER_TOGGLE: Self
Toggle power.
Sourcepub const VOLUME_DOWN: Self
pub const VOLUME_DOWN: Self
Volume down.
Sourcepub const VOLUME_MUTE: Self
pub const VOLUME_MUTE: Self
Toggle mute.
Trait Implementations§
impl Copy for RcAction
impl Eq for RcAction
Source§impl Ord for RcAction
impl Ord for RcAction
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for RcAction
impl PartialOrd for RcAction
impl StructuralPartialEq for RcAction
Auto Trait Implementations§
impl Freeze for RcAction
impl RefUnwindSafe for RcAction
impl Send for RcAction
impl Sync for RcAction
impl Unpin for RcAction
impl UnsafeUnpin for RcAction
impl UnwindSafe for RcAction
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