Struct ApnPdpType
#[repr(transparent)]pub struct ApnPdpType(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
§impl Clone for ApnPdpType
impl Clone for ApnPdpType
§fn clone(&self) -> ApnPdpType
fn clone(&self) -> ApnPdpType
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 more§impl Debug for ApnPdpType
impl Debug for ApnPdpType
§impl PartialEq for ApnPdpType
impl PartialEq for ApnPdpType
§impl Serialize for ApnPdpType
impl Serialize for ApnPdpType
impl Copy for ApnPdpType
impl Eq for ApnPdpType
impl StructuralPartialEq for ApnPdpType
Auto Trait Implementations§
impl Freeze for ApnPdpType
impl RefUnwindSafe for ApnPdpType
impl Send for ApnPdpType
impl Sync for ApnPdpType
impl Unpin for ApnPdpType
impl UnwindSafe for ApnPdpType
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