#[repr(transparent)]pub struct QmiLocServerType(pub c_uint);Expand description
Server type for Assisted-GPS.
Since: 1.22
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiLocServerType
impl QmiLocServerType
Sourcepub const UNKNOWN: QmiLocServerType
pub const UNKNOWN: QmiLocServerType
Unknown.
Sourcepub const CDMA_PDE: QmiLocServerType
pub const CDMA_PDE: QmiLocServerType
CDMA Position Determining System.
Sourcepub const CDMA_MPC: QmiLocServerType
pub const CDMA_MPC: QmiLocServerType
CDMA Mobile Positioning Center.
Sourcepub const UMTS_SLP: QmiLocServerType
pub const UMTS_SLP: QmiLocServerType
SUPL Location Platform.
Sourcepub const CUSTOM_PDE: QmiLocServerType
pub const CUSTOM_PDE: QmiLocServerType
Custom position determining system.
Trait Implementations§
Source§impl Clone for QmiLocServerType
impl Clone for QmiLocServerType
Source§fn clone(&self) -> QmiLocServerType
fn clone(&self) -> QmiLocServerType
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 QmiLocServerType
Source§impl Debug for QmiLocServerType
impl Debug for QmiLocServerType
impl Eq for QmiLocServerType
Source§impl Hash for QmiLocServerType
impl Hash for QmiLocServerType
Source§impl PartialEq for QmiLocServerType
impl PartialEq for QmiLocServerType
impl StructuralPartialEq for QmiLocServerType
Auto Trait Implementations§
impl Freeze for QmiLocServerType
impl RefUnwindSafe for QmiLocServerType
impl Send for QmiLocServerType
impl Sync for QmiLocServerType
impl Unpin for QmiLocServerType
impl UnsafeUnpin for QmiLocServerType
impl UnwindSafe for QmiLocServerType
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