#[repr(transparent)]pub struct QmiLocEngineState(pub c_uint);Expand description
State of the engine.
Since 1.22
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiLocEngineState
impl QmiLocEngineState
Sourcepub const ON: QmiLocEngineState
pub const ON: QmiLocEngineState
On.
Sourcepub const OFF: QmiLocEngineState
pub const OFF: QmiLocEngineState
Off.
Trait Implementations§
Source§impl Clone for QmiLocEngineState
impl Clone for QmiLocEngineState
Source§fn clone(&self) -> QmiLocEngineState
fn clone(&self) -> QmiLocEngineState
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 QmiLocEngineState
Source§impl Debug for QmiLocEngineState
impl Debug for QmiLocEngineState
impl Eq for QmiLocEngineState
Source§impl Hash for QmiLocEngineState
impl Hash for QmiLocEngineState
Source§impl PartialEq for QmiLocEngineState
impl PartialEq for QmiLocEngineState
impl StructuralPartialEq for QmiLocEngineState
Auto Trait Implementations§
impl Freeze for QmiLocEngineState
impl RefUnwindSafe for QmiLocEngineState
impl Send for QmiLocEngineState
impl Sync for QmiLocEngineState
impl Unpin for QmiLocEngineState
impl UnsafeUnpin for QmiLocEngineState
impl UnwindSafe for QmiLocEngineState
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