pub enum SecAssocUpdate {
TxEapolKeyFrame {
frame: KeyFrameBuf,
expect_response: bool,
},
Key(Key),
Status(SecAssocStatus),
TxSaeFrame(SaeFrame),
SaeAuthStatus(AuthStatus),
ScheduleSaeTimeout(u64),
}
Variants§
TxEapolKeyFrame
Key(Key)
Status(SecAssocStatus)
TxSaeFrame(SaeFrame)
SaeAuthStatus(AuthStatus)
ScheduleSaeTimeout(u64)
Trait Implementations§
Source§impl Clone for SecAssocUpdate
impl Clone for SecAssocUpdate
Source§fn clone(&self) -> SecAssocUpdate
fn clone(&self) -> SecAssocUpdate
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SecAssocUpdate
impl Debug for SecAssocUpdate
Source§impl PartialEq for SecAssocUpdate
impl PartialEq for SecAssocUpdate
impl StructuralPartialEq for SecAssocUpdate
Auto Trait Implementations§
impl Freeze for SecAssocUpdate
impl RefUnwindSafe for SecAssocUpdate
impl Send for SecAssocUpdate
impl Sync for SecAssocUpdate
impl Unpin for SecAssocUpdate
impl UnwindSafe for SecAssocUpdate
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
)