#[repr(transparent)]pub struct QmiLocIntermediateReportState(pub c_uint);Expand description
Whether to enable or disable intermediate state reporting.
Since: 1.20
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiLocIntermediateReportState
impl QmiLocIntermediateReportState
Sourcepub const UNKNOWN: QmiLocIntermediateReportState
pub const UNKNOWN: QmiLocIntermediateReportState
Unknown.
Sourcepub const ENABLE: QmiLocIntermediateReportState
pub const ENABLE: QmiLocIntermediateReportState
Enable intermediate state reporting.
Sourcepub const DISABLE: QmiLocIntermediateReportState
pub const DISABLE: QmiLocIntermediateReportState
Disable intermediate state reporting.
Trait Implementations§
Source§impl Clone for QmiLocIntermediateReportState
impl Clone for QmiLocIntermediateReportState
Source§fn clone(&self) -> QmiLocIntermediateReportState
fn clone(&self) -> QmiLocIntermediateReportState
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 QmiLocIntermediateReportState
impl Eq for QmiLocIntermediateReportState
Source§impl Hash for QmiLocIntermediateReportState
impl Hash for QmiLocIntermediateReportState
impl StructuralPartialEq for QmiLocIntermediateReportState
Auto Trait Implementations§
impl Freeze for QmiLocIntermediateReportState
impl RefUnwindSafe for QmiLocIntermediateReportState
impl Send for QmiLocIntermediateReportState
impl Sync for QmiLocIntermediateReportState
impl Unpin for QmiLocIntermediateReportState
impl UnsafeUnpin for QmiLocIntermediateReportState
impl UnwindSafe for QmiLocIntermediateReportState
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