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