pub struct AkmSuite {
pub oui: [u8; 3],
pub suite_type: u8,
}Expand description
An AKM (Authentication and Key Management) suite descriptor.
Fields§
§oui: [u8; 3]OUI (3 bytes).
suite_type: u8Suite type.
Implementations§
Trait Implementations§
impl Eq for AkmSuite
impl StructuralPartialEq for AkmSuite
Auto Trait Implementations§
impl Freeze for AkmSuite
impl RefUnwindSafe for AkmSuite
impl Send for AkmSuite
impl Sync for AkmSuite
impl Unpin for AkmSuite
impl UnsafeUnpin for AkmSuite
impl UnwindSafe for AkmSuite
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