Struct CellularApnAuthenticationType
#[repr(transparent)]pub struct CellularApnAuthenticationType(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for CellularApnAuthenticationType
impl Clone for CellularApnAuthenticationType
§fn clone(&self) -> CellularApnAuthenticationType
fn clone(&self) -> CellularApnAuthenticationType
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 more§impl Debug for CellularApnAuthenticationType
impl Debug for CellularApnAuthenticationType
§impl Default for CellularApnAuthenticationType
impl Default for CellularApnAuthenticationType
§fn default() -> CellularApnAuthenticationType
fn default() -> CellularApnAuthenticationType
Returns the “default value” for a type. Read more
§impl PartialEq for CellularApnAuthenticationType
impl PartialEq for CellularApnAuthenticationType
impl Copy for CellularApnAuthenticationType
impl Eq for CellularApnAuthenticationType
impl StructuralPartialEq for CellularApnAuthenticationType
Auto Trait Implementations§
impl Freeze for CellularApnAuthenticationType
impl RefUnwindSafe for CellularApnAuthenticationType
impl Send for CellularApnAuthenticationType
impl Sync for CellularApnAuthenticationType
impl Unpin for CellularApnAuthenticationType
impl UnwindSafe for CellularApnAuthenticationType
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