#[repr(i32)]pub enum TunerType {
Unknown = 0,
E4000 = 1,
FC0012 = 2,
FC0013 = 3,
FC2580 = 4,
R820T = 5,
R828D = 6,
}Variants§
Unknown = 0
Unknown tuner type
E4000 = 1
Elonics E4000 tuner
FC0012 = 2
FC0012 tuner
FC0013 = 3
FC0013 tuner
FC2580 = 4
FC2580 tuner
R820T = 5
Realtek 820T tuner
R828D = 6
Realtek 828D tuner
Trait Implementations§
impl Copy for TunerType
impl Eq for TunerType
impl StructuralPartialEq for TunerType
Auto Trait Implementations§
impl Freeze for TunerType
impl RefUnwindSafe for TunerType
impl Send for TunerType
impl Sync for TunerType
impl Unpin for TunerType
impl UnwindSafe for TunerType
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