#[repr(transparent)]pub struct QmiWdsPdpType(pub c_uint);Expand description
PDP context type.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiWdsPdpType
impl QmiWdsPdpType
Sourcepub const IPV4: QmiWdsPdpType
pub const IPV4: QmiWdsPdpType
IPv4
Sourcepub const PPP: QmiWdsPdpType
pub const PPP: QmiWdsPdpType
PPP
Sourcepub const IPV6: QmiWdsPdpType
pub const IPV6: QmiWdsPdpType
IPv6
Sourcepub const IPV4_OR_IPV6: QmiWdsPdpType
pub const IPV4_OR_IPV6: QmiWdsPdpType
IPv4 and IPv6 combined context
Trait Implementations§
Source§impl Clone for QmiWdsPdpType
impl Clone for QmiWdsPdpType
Source§fn clone(&self) -> QmiWdsPdpType
fn clone(&self) -> QmiWdsPdpType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiWdsPdpType
Source§impl Debug for QmiWdsPdpType
impl Debug for QmiWdsPdpType
impl Eq for QmiWdsPdpType
Source§impl Hash for QmiWdsPdpType
impl Hash for QmiWdsPdpType
Source§impl PartialEq for QmiWdsPdpType
impl PartialEq for QmiWdsPdpType
impl StructuralPartialEq for QmiWdsPdpType
Auto Trait Implementations§
impl Freeze for QmiWdsPdpType
impl RefUnwindSafe for QmiWdsPdpType
impl Send for QmiWdsPdpType
impl Sync for QmiWdsPdpType
impl Unpin for QmiWdsPdpType
impl UnsafeUnpin for QmiWdsPdpType
impl UnwindSafe for QmiWdsPdpType
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