Struct wlan_common::mac::EthernetFrame
source · pub struct EthernetFrame<B: ByteSlice> {
pub hdr: Ref<B, EthernetIIHdr>,
pub body: B,
}
Fields§
§hdr: Ref<B, EthernetIIHdr>
§body: B
Implementations§
Auto Trait Implementations§
impl<B> Freeze for EthernetFrame<B>where
B: Freeze,
impl<B> RefUnwindSafe for EthernetFrame<B>where
B: RefUnwindSafe,
impl<B> Send for EthernetFrame<B>where
B: Send,
impl<B> Sync for EthernetFrame<B>where
B: Sync,
impl<B> Unpin for EthernetFrame<B>where
B: Unpin,
impl<B> UnwindSafe for EthernetFrame<B>where
B: UnwindSafe,
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