pub enum TcpPacket {
Stdout(Stdout),
Dummy,
}Expand description
Enum containing possible incoming TCP packets from the roboRIO
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TcpPacket
impl RefUnwindSafe for TcpPacket
impl Send for TcpPacket
impl Sync for TcpPacket
impl Unpin for TcpPacket
impl UnsafeUnpin for TcpPacket
impl UnwindSafe for TcpPacket
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