pub struct RawSocket { /* private fields */ }Expand description
A socket that captures or transmits the complete frame.
Implementations§
Trait Implementations§
Source§impl Device for RawSocket
impl Device for RawSocket
type RxToken<'a> = RxToken where Self: 'a
type TxToken<'a> = TxToken where Self: 'a
Source§fn capabilities(&self) -> DeviceCapabilities
fn capabilities(&self) -> DeviceCapabilities
Get a description of device capabilities.
Auto Trait Implementations§
impl Freeze for RawSocket
impl !RefUnwindSafe for RawSocket
impl !Send for RawSocket
impl !Sync for RawSocket
impl Unpin for RawSocket
impl !UnwindSafe for RawSocket
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