pub struct DiffieHellmanParamView<B: ByteSlice> {
pub group: u16,
pub public_key: B,
}Expand description
IEEE Std 802.11-2024, 9.4.2.312
Fields§
§group: u16§public_key: BTrait Implementations§
Auto Trait Implementations§
impl<B> Freeze for DiffieHellmanParamView<B>where
B: Freeze,
impl<B> RefUnwindSafe for DiffieHellmanParamView<B>where
B: RefUnwindSafe,
impl<B> Send for DiffieHellmanParamView<B>where
B: Send,
impl<B> Sync for DiffieHellmanParamView<B>where
B: Sync,
impl<B> Unpin for DiffieHellmanParamView<B>where
B: Unpin,
impl<B> UnwindSafe for DiffieHellmanParamView<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