Struct wlan_rsn::key::igtk::IgtkProvider
source · pub struct IgtkProvider { /* private fields */ }
Expand description
This IGTK provider does not support key rotations yet.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IgtkProvider
impl RefUnwindSafe for IgtkProvider
impl Send for IgtkProvider
impl Sync for IgtkProvider
impl Unpin for IgtkProvider
impl UnwindSafe for IgtkProvider
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