pub enum FrameType {
Diagnostic,
Configuration,
Ip,
}Expand description
The frame types that Slipmux offers
Variants§
Diagnostic
A diagnostic frame type.
Configuration
A configuration frame type.
Ip
IPv4/6 packet frame type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameType
impl RefUnwindSafe for FrameType
impl Send for FrameType
impl Sync for FrameType
impl Unpin for FrameType
impl UnwindSafe for FrameType
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