pub struct KeyFrameRx<B: SplitByteSlice> {
pub eapol_fields: Ref<B, EapolFields>,
pub key_frame_fields: Ref<B, KeyFrameFields>,
pub key_mic: B,
pub key_data: B,
}
Fields§
§eapol_fields: Ref<B, EapolFields>
§key_frame_fields: Ref<B, KeyFrameFields>
§key_mic: B
§key_data: B
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for KeyFrameRx<B>where
B: Freeze,
impl<B> RefUnwindSafe for KeyFrameRx<B>where
B: RefUnwindSafe,
impl<B> Send for KeyFrameRx<B>where
B: Send,
impl<B> Sync for KeyFrameRx<B>where
B: Sync,
impl<B> Unpin for KeyFrameRx<B>where
B: Unpin,
impl<B> UnwindSafe for KeyFrameRx<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