#[repr(u32)]
pub enum fe_type {
FE_QPSK,
FE_QAM,
FE_OFDM,
FE_ATSC,
}Expand description
DEPRECATED: Should be kept just due to backward compatibility
Variants
FE_QPSK
FE_QAM
FE_OFDM
FE_ATSC
Implementations
Trait Implementations
impl Eq for fe_type
impl StructuralEq for fe_type
impl StructuralPartialEq for fe_type
Auto Trait Implementations
impl RefUnwindSafe for fe_type
impl Send for fe_type
impl Sync for fe_type
impl Unpin for fe_type
impl UnwindSafe for fe_type
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more