pub struct EventedCANSocket(/* private fields */);
Expand description
A socketcan::CANSocket wrapped for mio eventing to allow it be integrated in turn into tokio
Trait Implementations§
Source§impl AsRawFd for EventedCANSocket
impl AsRawFd for EventedCANSocket
Source§impl Debug for EventedCANSocket
impl Debug for EventedCANSocket
Auto Trait Implementations§
impl Freeze for EventedCANSocket
impl RefUnwindSafe for EventedCANSocket
impl Send for EventedCANSocket
impl Sync for EventedCANSocket
impl Unpin for EventedCANSocket
impl UnwindSafe for EventedCANSocket
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