pub enum TncBaud {
Bps1200 = 0,
Bps9600 = 1,
}Expand description
TNC data baud rate.
Controls the APRS/KISS data speed. Used by the DS CAT command.
Variants§
Implementations§
Trait Implementations§
impl Copy for TncBaud
impl Eq for TncBaud
impl StructuralPartialEq for TncBaud
Auto Trait Implementations§
impl Freeze for TncBaud
impl RefUnwindSafe for TncBaud
impl Send for TncBaud
impl Sync for TncBaud
impl Unpin for TncBaud
impl UnwindSafe for TncBaud
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