Struct wlan_common::mac::AssocReqFrame
source · pub struct AssocReqFrame<B>where
B: ByteSlice,{
pub assoc_req_hdr: Ref<B, AssocReqHdr>,
pub elements: B,
}
Fields§
§assoc_req_hdr: Ref<B, AssocReqHdr>
§elements: B
Implementations§
Trait Implementations§
source§impl<B> Debug for AssocReqFrame<B>where
B: ByteSlice + Debug,
impl<B> Debug for AssocReqFrame<B>where
B: ByteSlice + Debug,
source§impl<B> From<AssocReqFrame<B>> for MgmtBody<B>where
B: ByteSlice,
impl<B> From<AssocReqFrame<B>> for MgmtBody<B>where
B: ByteSlice,
source§fn from(frame: AssocReqFrame<B>) -> Self
fn from(frame: AssocReqFrame<B>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<B> Freeze for AssocReqFrame<B>where
B: Freeze,
impl<B> RefUnwindSafe for AssocReqFrame<B>where
B: RefUnwindSafe,
impl<B> Send for AssocReqFrame<B>where
B: Send,
impl<B> Sync for AssocReqFrame<B>where
B: Sync,
impl<B> Unpin for AssocReqFrame<B>where
B: Unpin,
impl<B> UnwindSafe for AssocReqFrame<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