#[repr(u32)]pub enum fe_delivery_system {
Show 20 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,
SYS_DVBC2 = 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
SYS_DVBC2 = 19
Implementations§
Source§impl fe_delivery_system
impl fe_delivery_system
pub const fn from_repr(discriminant: u32) -> Option<fe_delivery_system>
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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for fe_delivery_system
impl Debug for fe_delivery_system
Source§impl Display for fe_delivery_system
impl Display for fe_delivery_system
Source§impl FromStr for fe_delivery_system
impl FromStr for fe_delivery_system
Source§impl TryFrom<&str> for fe_delivery_system
impl TryFrom<&str> for fe_delivery_system
impl Copy 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 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