#[repr(C)]pub struct EapCredentialTypeData(/* private fields */);
Implementations§
Source§impl EapCredentialTypeData
impl EapCredentialTypeData
pub unsafe fn username_password(&self) -> &EapUsernamePasswordCredential
pub unsafe fn username_password_mut( &mut self, ) -> &mut EapUsernamePasswordCredential
pub unsafe fn certificate(&self) -> &EapCertificateCredential
pub unsafe fn certificate_mut(&mut self) -> &mut EapCertificateCredential
pub unsafe fn sim(&self) -> &EapSimCredential
pub unsafe fn sim_mut(&mut self) -> &mut EapSimCredential
Trait Implementations§
Source§impl Clone for EapCredentialTypeData
impl Clone for EapCredentialTypeData
Source§fn clone(&self) -> EapCredentialTypeData
fn clone(&self) -> EapCredentialTypeData
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 EapCredentialTypeData
impl Default for EapCredentialTypeData
Source§fn default() -> EapCredentialTypeData
fn default() -> EapCredentialTypeData
Returns the “default value” for a type. Read more
impl Copy for EapCredentialTypeData
Auto Trait Implementations§
impl Freeze for EapCredentialTypeData
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