#[repr(C)]pub struct EapSimCredential {
pub iccID: LPWSTR,
}
Fields§
§iccID: LPWSTR
Trait Implementations§
Source§impl Clone for EapSimCredential
impl Clone for EapSimCredential
Source§fn clone(&self) -> EapSimCredential
fn clone(&self) -> EapSimCredential
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 Default for EapSimCredential
impl Default for EapSimCredential
Source§fn default() -> EapSimCredential
fn default() -> EapSimCredential
Returns the “default value” for a type. Read more
impl Copy for EapSimCredential
Auto Trait Implementations§
impl Freeze for EapSimCredential
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