#[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
impl Copy for SecuritySupport
impl StructuralPartialEq for SecuritySupport
Auto Trait Implementations§
impl Freeze for SecuritySupport
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
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
)