#[repr(C)]
pub union EapCredentialTypeData {
pub username_password: EapUsernamePasswordCredential,
pub certificate: EapCertificateCredential,
pub sim: EapSimCredential,
}
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§
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