#[repr(C)]pub struct EapSimCredential {
pub iccID: PWSTR,
}
Expand description
Required features: "Win32_Security_ExtensibleAuthenticationProtocol"
Fields
iccID: PWSTR
Trait Implementations
impl Clone for EapSimCredential
impl Clone for EapSimCredential
impl Copy for EapSimCredential
Auto Trait Implementations
impl RefUnwindSafe for EapSimCredential
impl !Send for EapSimCredential
impl !Sync for EapSimCredential
impl Unpin for EapSimCredential
impl UnwindSafe for EapSimCredential
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more