pub struct RcKey(/* private fields */);Expand description
A remote-control key code (CEC or IR).
Implementations§
Source§impl RcKey
impl RcKey
Sourcepub const CONTENT_MENU: Self
pub const CONTENT_MENU: Self
Open the content menu.
Sourcepub const CHANNEL_UP: Self
pub const CHANNEL_UP: Self
Next channel.
Sourcepub const CHANNEL_DOWN: Self
pub const CHANNEL_DOWN: Self
Previous channel.
Sourcepub const FAST_FORWARD: Self
pub const FAST_FORWARD: Self
Fast forward.
Sourcepub const INFORMATION: Self
pub const INFORMATION: Self
Show information.
Sourcepub const VIDEO_ON_DEMAND: Self
pub const VIDEO_ON_DEMAND: Self
Open video on demand.
Sourcepub const PREVIOUS_CHANNEL: Self
pub const PREVIOUS_CHANNEL: Self
Return to the previous channel.
Sourcepub const SOUND_SELECT: Self
pub const SOUND_SELECT: Self
Select an audio track.
Sourcepub const INPUT_SELECT: Self
pub const INPUT_SELECT: Self
Select an input.
Sourcepub const NEXT_CHAPTER: Self
pub const NEXT_CHAPTER: Self
Next chapter.
Sourcepub const PREV_CHAPTER: Self
pub const PREV_CHAPTER: Self
Previous chapter.
Sourcepub const INTERACTIVE: Self
pub const INTERACTIVE: Self
Open interactive services.
Sourcepub const CUSTOM_CEC: Self
pub const CUSTOM_CEC: Self
Base of the range carrying a raw CEC user-control code.
Sourcepub const CUSTOM_SKY: Self
pub const CUSTOM_SKY: Self
Base of the range carrying a raw Sky key code.
Trait Implementations§
impl Copy for RcKey
impl Eq for RcKey
Source§impl Ord for RcKey
impl Ord for RcKey
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 RcKey
impl PartialOrd for RcKey
impl StructuralPartialEq for RcKey
Auto Trait Implementations§
impl Freeze for RcKey
impl RefUnwindSafe for RcKey
impl Send for RcKey
impl Sync for RcKey
impl Unpin for RcKey
impl UnsafeUnpin for RcKey
impl UnwindSafe for RcKey
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