#[repr(u32)]pub enum fe_sec_tone_mode {
SEC_TONE_ON = 0,
SEC_TONE_OFF = 1,
}
Variants§
SEC_TONE_ON = 0
Sends a 22kHz tone burst to the antenna
SEC_TONE_OFF = 1
Don’t send a 22kHz tone to the antenna (except if the FE_DISEQC_* ioctl are called)
Implementations§
Source§impl fe_sec_tone_mode
impl fe_sec_tone_mode
pub const fn from_repr(discriminant: u32) -> Option<fe_sec_tone_mode>
Trait Implementations§
Source§impl Clone for fe_sec_tone_mode
impl Clone for fe_sec_tone_mode
Source§fn clone(&self) -> fe_sec_tone_mode
fn clone(&self) -> fe_sec_tone_mode
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_sec_tone_mode
impl Debug for fe_sec_tone_mode
Source§impl FromStr for fe_sec_tone_mode
impl FromStr for fe_sec_tone_mode
Source§impl PartialEq for fe_sec_tone_mode
impl PartialEq for fe_sec_tone_mode
Source§impl TryFrom<&str> for fe_sec_tone_mode
impl TryFrom<&str> for fe_sec_tone_mode
impl Copy for fe_sec_tone_mode
impl Eq for fe_sec_tone_mode
impl StructuralPartialEq for fe_sec_tone_mode
Auto Trait Implementations§
impl Freeze for fe_sec_tone_mode
impl RefUnwindSafe for fe_sec_tone_mode
impl Send for fe_sec_tone_mode
impl Sync for fe_sec_tone_mode
impl Unpin for fe_sec_tone_mode
impl UnwindSafe for fe_sec_tone_mode
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