pub struct NullPtt;Expand description
There is no PTT because this TNC will never make transmissions on a real radio.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullPtt
impl RefUnwindSafe for NullPtt
impl Send for NullPtt
impl Sync for NullPtt
impl Unpin for NullPtt
impl UnwindSafe for NullPtt
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