#[repr(u8)]pub enum DeckInfo {
Show 15 variants
Play = 17,
Record = 18,
PlayRev = 19,
Still = 20,
Slow = 21,
SlowRev = 22,
FastFwd = 23,
FastRev = 24,
NoMedia = 25,
Stop = 26,
SkipFwd = 27,
SkipRev = 28,
IndexSearchFwd = 29,
IndexSearchRev = 30,
Other = 31,
}
Expand description
used by CecOpcode::DeckStatus
Variants§
Play = 17
Record = 18
PlayRev = 19
Still = 20
Slow = 21
SlowRev = 22
FastFwd = 23
FastRev = 24
NoMedia = 25
Stop = 26
SkipFwd = 27
SkipRev = 28
IndexSearchFwd = 29
IndexSearchRev = 30
Other = 31
Trait Implementations§
Source§impl TryFromPrimitive for DeckInfo
impl TryFromPrimitive for DeckInfo
impl Copy for DeckInfo
impl Eq for DeckInfo
impl StructuralPartialEq for DeckInfo
Auto Trait Implementations§
impl Freeze for DeckInfo
impl RefUnwindSafe for DeckInfo
impl Send for DeckInfo
impl Sync for DeckInfo
impl Unpin for DeckInfo
impl UnwindSafe for DeckInfo
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