pub struct Slcan;Expand description
slcan (ASCII) encoder/decoder.
Encodes frames as tIIILDD...\r (standard) or TIIIIIIIILDD...\r
(extended), where I = hex ID, L = data length, D = hex data bytes.
Trait Implementations§
Source§impl CanDecoder for Slcan
impl CanDecoder for Slcan
Auto Trait Implementations§
impl Freeze for Slcan
impl RefUnwindSafe for Slcan
impl Send for Slcan
impl Sync for Slcan
impl Unpin for Slcan
impl UnsafeUnpin for Slcan
impl UnwindSafe for Slcan
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