pub struct SupplicantKeyReplayCounter(/* private fields */);
Expand description
Represents the current value of a Supplicant’s Key Replay Counter as defined in IEEE 802.11-2016 12.7.2 EAPOL-Key frames.
Trait Implementations§
Source§impl Clone for SupplicantKeyReplayCounter
impl Clone for SupplicantKeyReplayCounter
Source§fn clone(&self) -> SupplicantKeyReplayCounter
fn clone(&self) -> SupplicantKeyReplayCounter
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 SupplicantKeyReplayCounter
impl Debug for SupplicantKeyReplayCounter
Source§impl Deref for SupplicantKeyReplayCounter
impl Deref for SupplicantKeyReplayCounter
Source§impl From<u64> for SupplicantKeyReplayCounter
impl From<u64> for SupplicantKeyReplayCounter
impl Copy for SupplicantKeyReplayCounter
Auto Trait Implementations§
impl Freeze for SupplicantKeyReplayCounter
impl RefUnwindSafe for SupplicantKeyReplayCounter
impl Send for SupplicantKeyReplayCounter
impl Sync for SupplicantKeyReplayCounter
impl Unpin for SupplicantKeyReplayCounter
impl UnwindSafe for SupplicantKeyReplayCounter
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
)