#[repr(C)]pub struct SecuritySupport {
pub sae: SaeFeature,
pub mfp: MfpFeature,
}
Fields§
§sae: SaeFeature
§mfp: MfpFeature
Trait Implementations§
source§impl Clone for SecuritySupport
impl Clone for SecuritySupport
source§fn clone(&self) -> SecuritySupport
fn clone(&self) -> SecuritySupport
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 SecuritySupport
impl Debug for SecuritySupport
source§impl PartialEq for SecuritySupport
impl PartialEq for SecuritySupport
source§fn eq(&self, other: &SecuritySupport) -> bool
fn eq(&self, other: &SecuritySupport) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SecuritySupport
impl StructuralPartialEq for SecuritySupport
Auto Trait Implementations§
impl RefUnwindSafe for SecuritySupport
impl Send for SecuritySupport
impl Sync for SecuritySupport
impl Unpin for SecuritySupport
impl UnwindSafe for SecuritySupport
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