#[repr(C)]pub struct EapSimCredential {
pub iccID: PWSTR,
}
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§
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