#[repr(u32)]
pub enum fe_sec_mini_cmd {
SEC_MINI_A,
SEC_MINI_B,
}Expand description
Type of mini burst to be sent
Variants
SEC_MINI_A
Sends a mini-DiSEqC 22kHz ‘0’ Tone Burst to select satellite-A
SEC_MINI_B
Sends a mini-DiSEqC 22kHz ‘1’ Data Burst to select satellite-B
Implementations
sourceimpl fe_sec_mini_cmd
impl fe_sec_mini_cmd
pub const fn from_repr(discriminant: u32) -> Option<fe_sec_mini_cmd>
Trait Implementations
sourceimpl Clone for fe_sec_mini_cmd
impl Clone for fe_sec_mini_cmd
sourcefn clone(&self) -> fe_sec_mini_cmd
fn clone(&self) -> fe_sec_mini_cmd
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for fe_sec_mini_cmd
impl Debug for fe_sec_mini_cmd
sourceimpl PartialEq<fe_sec_mini_cmd> for fe_sec_mini_cmd
impl PartialEq<fe_sec_mini_cmd> for fe_sec_mini_cmd
impl Copy for fe_sec_mini_cmd
impl Eq for fe_sec_mini_cmd
impl StructuralEq for fe_sec_mini_cmd
impl StructuralPartialEq for fe_sec_mini_cmd
Auto Trait Implementations
impl RefUnwindSafe for fe_sec_mini_cmd
impl Send for fe_sec_mini_cmd
impl Sync for fe_sec_mini_cmd
impl Unpin for fe_sec_mini_cmd
impl UnwindSafe for fe_sec_mini_cmd
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more