#[repr(u32)]pub enum fe_type {
FE_QPSK = 0,
FE_QAM = 1,
FE_OFDM = 2,
FE_ATSC = 3,
}
Expand description
DEPRECATED: Should be kept just due to backward compatibility
Variants§
Implementations§
Trait Implementations§
impl Eq for fe_type
impl StructuralPartialEq for fe_type
Auto Trait Implementations§
impl Freeze for fe_type
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§
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