#[repr(transparent)]pub struct QmiDsdApnTypePreference(pub c_uint);Expand description
APN type preference as a bitmask.
Since: 1.26
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiDsdApnTypePreference
impl QmiDsdApnTypePreference
Sourcepub const DEFAULT: QmiDsdApnTypePreference
pub const DEFAULT: QmiDsdApnTypePreference
Default/Internet traffic.
Sourcepub const IMS: QmiDsdApnTypePreference
pub const IMS: QmiDsdApnTypePreference
IMS.
Sourcepub const MMS: QmiDsdApnTypePreference
pub const MMS: QmiDsdApnTypePreference
Multimedia Messaging Service.
Sourcepub const DUN: QmiDsdApnTypePreference
pub const DUN: QmiDsdApnTypePreference
Dial Up Network.
Sourcepub const SUPL: QmiDsdApnTypePreference
pub const SUPL: QmiDsdApnTypePreference
Secure User Plane Location.
Sourcepub const HIPRI: QmiDsdApnTypePreference
pub const HIPRI: QmiDsdApnTypePreference
High Priority Mobile Data.
Sourcepub const FOTA: QmiDsdApnTypePreference
pub const FOTA: QmiDsdApnTypePreference
over the air administration.
Sourcepub const CBS: QmiDsdApnTypePreference
pub const CBS: QmiDsdApnTypePreference
Carrier Branded Services.
Sourcepub const IA: QmiDsdApnTypePreference
pub const IA: QmiDsdApnTypePreference
Initial Attach.
Sourcepub const EMERGENCY: QmiDsdApnTypePreference
pub const EMERGENCY: QmiDsdApnTypePreference
Emergency.
Trait Implementations§
Source§impl Clone for QmiDsdApnTypePreference
impl Clone for QmiDsdApnTypePreference
Source§fn clone(&self) -> QmiDsdApnTypePreference
fn clone(&self) -> QmiDsdApnTypePreference
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 QmiDsdApnTypePreference
Source§impl Debug for QmiDsdApnTypePreference
impl Debug for QmiDsdApnTypePreference
impl Eq for QmiDsdApnTypePreference
Source§impl Hash for QmiDsdApnTypePreference
impl Hash for QmiDsdApnTypePreference
Source§impl PartialEq for QmiDsdApnTypePreference
impl PartialEq for QmiDsdApnTypePreference
impl StructuralPartialEq for QmiDsdApnTypePreference
Auto Trait Implementations§
impl Freeze for QmiDsdApnTypePreference
impl RefUnwindSafe for QmiDsdApnTypePreference
impl Send for QmiDsdApnTypePreference
impl Sync for QmiDsdApnTypePreference
impl Unpin for QmiDsdApnTypePreference
impl UnsafeUnpin for QmiDsdApnTypePreference
impl UnwindSafe for QmiDsdApnTypePreference
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