#[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<SecuritySupport> for SecuritySupport
impl PartialEq<SecuritySupport> 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 ==
.