#[repr(C)]
pub union EapCredentialTypeData {
pub username_password: EapUsernamePasswordCredential,
pub certificate: EapCertificateCredential,
pub sim: EapSimCredential,
}
Expand description
Required features: ‘Win32_Security_ExtensibleAuthenticationProtocol’
Fields
username_password: EapUsernamePasswordCredential
certificate: EapCertificateCredential
sim: EapSimCredential
Trait Implementations
impl Clone for EapCredentialTypeData
impl Clone for EapCredentialTypeData
impl Copy for EapCredentialTypeData
Auto Trait Implementations
impl RefUnwindSafe for EapCredentialTypeData
impl !Send for EapCredentialTypeData
impl !Sync for EapCredentialTypeData
impl Unpin for EapCredentialTypeData
impl UnwindSafe for EapCredentialTypeData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more