#[repr(transparent)]pub struct QmiLocLockType(pub c_uint);Expand description
Location engine lock type.
Since: 1.28
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiLocLockType
impl QmiLocLockType
Sourcepub const NONE: QmiLocLockType
pub const NONE: QmiLocLockType
Do not lock any position sessions.
Sourcepub const MI: QmiLocLockType
pub const MI: QmiLocLockType
Lock mobile-initiated position sessions.
Sourcepub const MT: QmiLocLockType
pub const MT: QmiLocLockType
Lock mobile-terminated position sessions.
Sourcepub const ALL: QmiLocLockType
pub const ALL: QmiLocLockType
Lock all position sessions.
Trait Implementations§
Source§impl Clone for QmiLocLockType
impl Clone for QmiLocLockType
Source§fn clone(&self) -> QmiLocLockType
fn clone(&self) -> QmiLocLockType
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 QmiLocLockType
Source§impl Debug for QmiLocLockType
impl Debug for QmiLocLockType
impl Eq for QmiLocLockType
Source§impl Hash for QmiLocLockType
impl Hash for QmiLocLockType
Source§impl PartialEq for QmiLocLockType
impl PartialEq for QmiLocLockType
impl StructuralPartialEq for QmiLocLockType
Auto Trait Implementations§
impl Freeze for QmiLocLockType
impl RefUnwindSafe for QmiLocLockType
impl Send for QmiLocLockType
impl Sync for QmiLocLockType
impl Unpin for QmiLocLockType
impl UnsafeUnpin for QmiLocLockType
impl UnwindSafe for QmiLocLockType
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