#[repr(u32)]pub enum fe_delivery_system_t {
Show 19 variants
SYS_UNDEFINED = 0,
SYS_DVBC_ANNEX_A = 1,
SYS_DVBC_ANNEX_B = 2,
SYS_DVBT = 3,
SYS_DSS = 4,
SYS_DVBS = 5,
SYS_DVBS2 = 6,
SYS_DVBH = 7,
SYS_ISDBT = 8,
SYS_ISDBS = 9,
SYS_ISDBC = 10,
SYS_ATSC = 11,
SYS_ATSCMH = 12,
SYS_DTMB = 13,
SYS_CMMB = 14,
SYS_DAB = 15,
SYS_DVBT2 = 16,
SYS_TURBO = 17,
SYS_DVBC_ANNEX_C = 18,
}Variants§
SYS_UNDEFINED = 0
SYS_DVBC_ANNEX_A = 1
SYS_DVBC_ANNEX_B = 2
SYS_DVBT = 3
SYS_DSS = 4
SYS_DVBS = 5
SYS_DVBS2 = 6
SYS_DVBH = 7
SYS_ISDBT = 8
SYS_ISDBS = 9
SYS_ISDBC = 10
SYS_ATSC = 11
SYS_ATSCMH = 12
SYS_DTMB = 13
SYS_CMMB = 14
SYS_DAB = 15
SYS_DVBT2 = 16
SYS_TURBO = 17
SYS_DVBC_ANNEX_C = 18
Trait Implementations§
Source§impl Clone for fe_delivery_system
impl Clone for fe_delivery_system
Source§fn clone(&self) -> fe_delivery_system
fn clone(&self) -> fe_delivery_system
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for fe_delivery_system
Source§impl Debug for fe_delivery_system
impl Debug for fe_delivery_system
impl Eq for fe_delivery_system
Source§impl Hash for fe_delivery_system
impl Hash for fe_delivery_system
Source§impl PartialEq for fe_delivery_system
impl PartialEq for fe_delivery_system
Source§fn eq(&self, other: &fe_delivery_system) -> bool
fn eq(&self, other: &fe_delivery_system) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for fe_delivery_system
Auto Trait Implementations§
impl Freeze for fe_delivery_system
impl RefUnwindSafe for fe_delivery_system
impl Send for fe_delivery_system
impl Sync for fe_delivery_system
impl Unpin for fe_delivery_system
impl UnsafeUnpin for fe_delivery_system
impl UnwindSafe for fe_delivery_system
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