pub enum DataSpeed {
Bps1200 = 0,
Bps9600 = 1,
}Expand description
Data speed for packet/digital modes.
Maps to the data-speed field in the FO and ME commands.
Variants§
Implementations§
Trait Implementations§
impl Copy for DataSpeed
impl Eq for DataSpeed
impl StructuralPartialEq for DataSpeed
Auto Trait Implementations§
impl Freeze for DataSpeed
impl RefUnwindSafe for DataSpeed
impl Send for DataSpeed
impl Sync for DataSpeed
impl Unpin for DataSpeed
impl UnwindSafe for DataSpeed
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