pub struct AssocReqFrame<B>where
    B: SplitByteSlice,{
    pub assoc_req_hdr: Ref<B, AssocReqHdr>,
    pub elements: B,
}Fields§
§assoc_req_hdr: Ref<B, AssocReqHdr>§elements: BImplementations§
Trait Implementations§
Source§impl<B> Debug for AssocReqFrame<B>where
    B: SplitByteSlice + Debug,
 
impl<B> Debug for AssocReqFrame<B>where
    B: SplitByteSlice + Debug,
Source§impl<B> From<AssocReqFrame<B>> for MgmtBody<B>where
    B: SplitByteSlice,
 
impl<B> From<AssocReqFrame<B>> for MgmtBody<B>where
    B: SplitByteSlice,
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