pub struct CommitMsg<'a> {
pub group_id: u16,
pub anti_clogging_token: Option<&'a [u8]>,
pub scalar: &'a [u8],
pub element: &'a [u8],
}
Expand description
IEEE Std 802.11-2016, 12.4.7.4 An SAE Commit message received or sent to a peer.
Fields§
§group_id: u16
§anti_clogging_token: Option<&'a [u8]>
§scalar: &'a [u8]
§element: &'a [u8]
Trait Implementations§
impl<'a> Eq for CommitMsg<'a>
impl<'a> StructuralPartialEq for CommitMsg<'a>
Auto Trait Implementations§
impl<'a> Freeze for CommitMsg<'a>
impl<'a> RefUnwindSafe for CommitMsg<'a>
impl<'a> Send for CommitMsg<'a>
impl<'a> Sync for CommitMsg<'a>
impl<'a> Unpin for CommitMsg<'a>
impl<'a> UnwindSafe for CommitMsg<'a>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)