Struct PdpType
#[repr(transparent)]pub struct PdpType(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl ApnPdpType
impl ApnPdpType
pub const IPV4: ApnPdpType
pub const PPP: ApnPdpType
pub const IPV6: ApnPdpType
pub const IPV4V6: ApnPdpType
Trait Implementations§
Source§impl Clone for ApnPdpType
impl Clone for ApnPdpType
Source§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 moreSource§impl Debug for ApnPdpType
impl Debug for ApnPdpType
Source§impl PartialEq for ApnPdpType
impl PartialEq for ApnPdpType
Source§impl Serialize for ApnPdpType
impl Serialize for ApnPdpType
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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