Struct wlan_common::mac::AuthFrame
source · pub struct AuthFrame<B>where
B: SplitByteSlice,{
pub auth_hdr: Ref<B, AuthHdr>,
pub elements: B,
}
Fields§
§auth_hdr: Ref<B, AuthHdr>
§elements: B
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for AuthFrame<B>where
B: Freeze,
impl<B> RefUnwindSafe for AuthFrame<B>where
B: RefUnwindSafe,
impl<B> Send for AuthFrame<B>where
B: Send,
impl<B> Sync for AuthFrame<B>where
B: Sync,
impl<B> Unpin for AuthFrame<B>where
B: Unpin,
impl<B> UnwindSafe for AuthFrame<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