#[repr(C)]pub struct NMAMobileWizardAccessMethod {
pub provider_name: *mut c_char,
pub plan_name: *mut c_char,
pub devtype: NMDeviceModemCapabilities,
pub username: *mut c_char,
pub password: *mut c_char,
pub gsm_apn: *mut c_char,
}Fields§
§provider_name: *mut c_char§plan_name: *mut c_char§devtype: NMDeviceModemCapabilities§username: *mut c_char§password: *mut c_char§gsm_apn: *mut c_charTrait Implementations§
Source§impl Clone for NMAMobileWizardAccessMethod
impl Clone for NMAMobileWizardAccessMethod
Source§fn clone(&self) -> NMAMobileWizardAccessMethod
fn clone(&self) -> NMAMobileWizardAccessMethod
Returns a duplicate 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 Debug for NMAMobileWizardAccessMethod
impl Debug for NMAMobileWizardAccessMethod
impl Copy for NMAMobileWizardAccessMethod
Auto Trait Implementations§
impl Freeze for NMAMobileWizardAccessMethod
impl RefUnwindSafe for NMAMobileWizardAccessMethod
impl !Send for NMAMobileWizardAccessMethod
impl !Sync for NMAMobileWizardAccessMethod
impl Unpin for NMAMobileWizardAccessMethod
impl UnwindSafe for NMAMobileWizardAccessMethod
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