#[repr(u8)]pub enum TransmitterRange {
Short = 0,
Long = 1,
}
Expand description
Set the transmitter range. 0 indicates short range, 1 indicates long range. Other values are ignored.
Variants§
Trait Implementations§
Source§impl Clone for TransmitterRange
impl Clone for TransmitterRange
Source§fn clone(&self) -> TransmitterRange
fn clone(&self) -> TransmitterRange
Returns a copy 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 TransmitterRange
impl Debug for TransmitterRange
Source§impl PartialEq for TransmitterRange
impl PartialEq for TransmitterRange
impl Copy for TransmitterRange
impl Eq for TransmitterRange
impl StructuralPartialEq for TransmitterRange
Auto Trait Implementations§
impl Freeze for TransmitterRange
impl RefUnwindSafe for TransmitterRange
impl Send for TransmitterRange
impl Sync for TransmitterRange
impl Unpin for TransmitterRange
impl UnwindSafe for TransmitterRange
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