#[repr(transparent)]pub struct CellularApnAuthenticationType(pub i32);
Expand description
Required features: "Networking_Connectivity"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for CellularApnAuthenticationType
impl Clone for CellularApnAuthenticationType
impl Copy for CellularApnAuthenticationType
Auto Trait Implementations
impl RefUnwindSafe for CellularApnAuthenticationType
impl Send for CellularApnAuthenticationType
impl Sync for CellularApnAuthenticationType
impl Unpin for CellularApnAuthenticationType
impl UnwindSafe for CellularApnAuthenticationType
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