#[repr(transparent)]pub struct QmiLocDeleteCellDatabase(pub c_uint);Expand description
Type of data to delete from the cell database.
Since: 1.22
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiLocDeleteCellDatabase
impl QmiLocDeleteCellDatabase
Sourcepub const POS: QmiLocDeleteCellDatabase
pub const POS: QmiLocDeleteCellDatabase
Position.
Sourcepub const LATEST_GPS_POS: QmiLocDeleteCellDatabase
pub const LATEST_GPS_POS: QmiLocDeleteCellDatabase
Latest GPS position.
Sourcepub const OTA_POS: QmiLocDeleteCellDatabase
pub const OTA_POS: QmiLocDeleteCellDatabase
OTA position.
Sourcepub const EXT_REF_POS: QmiLocDeleteCellDatabase
pub const EXT_REF_POS: QmiLocDeleteCellDatabase
External reference position.
Sourcepub const TIMETAG: QmiLocDeleteCellDatabase
pub const TIMETAG: QmiLocDeleteCellDatabase
Timetag.
Sourcepub const CELLID: QmiLocDeleteCellDatabase
pub const CELLID: QmiLocDeleteCellDatabase
Cell ID.
Sourcepub const CACHED_CELLID: QmiLocDeleteCellDatabase
pub const CACHED_CELLID: QmiLocDeleteCellDatabase
Cached cell ID.
Sourcepub const LAST_SRV_CELL: QmiLocDeleteCellDatabase
pub const LAST_SRV_CELL: QmiLocDeleteCellDatabase
Last serving cell.
Sourcepub const CUR_SRV_CELL: QmiLocDeleteCellDatabase
pub const CUR_SRV_CELL: QmiLocDeleteCellDatabase
Current servince cell.
Sourcepub const NEIGHBOR_INFO: QmiLocDeleteCellDatabase
pub const NEIGHBOR_INFO: QmiLocDeleteCellDatabase
Neighboring cell info.
Trait Implementations§
Source§impl Clone for QmiLocDeleteCellDatabase
impl Clone for QmiLocDeleteCellDatabase
Source§fn clone(&self) -> QmiLocDeleteCellDatabase
fn clone(&self) -> QmiLocDeleteCellDatabase
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 QmiLocDeleteCellDatabase
Source§impl Debug for QmiLocDeleteCellDatabase
impl Debug for QmiLocDeleteCellDatabase
impl Eq for QmiLocDeleteCellDatabase
Source§impl Hash for QmiLocDeleteCellDatabase
impl Hash for QmiLocDeleteCellDatabase
Source§impl PartialEq for QmiLocDeleteCellDatabase
impl PartialEq for QmiLocDeleteCellDatabase
impl StructuralPartialEq for QmiLocDeleteCellDatabase
Auto Trait Implementations§
impl Freeze for QmiLocDeleteCellDatabase
impl RefUnwindSafe for QmiLocDeleteCellDatabase
impl Send for QmiLocDeleteCellDatabase
impl Sync for QmiLocDeleteCellDatabase
impl Unpin for QmiLocDeleteCellDatabase
impl UnsafeUnpin for QmiLocDeleteCellDatabase
impl UnwindSafe for QmiLocDeleteCellDatabase
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