pub enum ModulationSystem {
DvbS,
DvbS2,
}Expand description
Modulation system (§6.2.13.2 Table 40: DVB-S or DVB-S2).
Variants§
Trait Implementations§
Source§impl Clone for ModulationSystem
impl Clone for ModulationSystem
Source§fn clone(&self) -> ModulationSystem
fn clone(&self) -> ModulationSystem
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 ModulationSystem
Source§impl Debug for ModulationSystem
impl Debug for ModulationSystem
impl Eq for ModulationSystem
Source§impl PartialEq for ModulationSystem
impl PartialEq for ModulationSystem
Source§fn eq(&self, other: &ModulationSystem) -> bool
fn eq(&self, other: &ModulationSystem) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ModulationSystem
impl Serialize for ModulationSystem
impl StructuralPartialEq for ModulationSystem
Auto Trait Implementations§
impl Freeze for ModulationSystem
impl RefUnwindSafe for ModulationSystem
impl Send for ModulationSystem
impl Sync for ModulationSystem
impl Unpin for ModulationSystem
impl UnsafeUnpin for ModulationSystem
impl UnwindSafe for ModulationSystem
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