#[repr(transparent)]pub struct QmiNasPreferenceDuration(pub c_uint);Expand description
Duration of the preference setting.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiNasPreferenceDuration
impl QmiNasPreferenceDuration
Sourcepub const PERMANENT: QmiNasPreferenceDuration
pub const PERMANENT: QmiNasPreferenceDuration
Permanent.
Sourcepub const POWER_CYCLE: QmiNasPreferenceDuration
pub const POWER_CYCLE: QmiNasPreferenceDuration
Until the next power cycle.
Sourcepub const ONE_CALL: QmiNasPreferenceDuration
pub const ONE_CALL: QmiNasPreferenceDuration
Until end of call.
Sourcepub const ONE_CALL_OR_TIME: QmiNasPreferenceDuration
pub const ONE_CALL_OR_TIME: QmiNasPreferenceDuration
Until end of call or a specified time.
Sourcepub const INTERNAL_ONE_CALL_1: QmiNasPreferenceDuration
pub const INTERNAL_ONE_CALL_1: QmiNasPreferenceDuration
Internal reason 1, one call.
Sourcepub const INTERNAL_ONE_CALL_2: QmiNasPreferenceDuration
pub const INTERNAL_ONE_CALL_2: QmiNasPreferenceDuration
Internal reason 2, one call.
Sourcepub const INTERNAL_ONE_CALL_3: QmiNasPreferenceDuration
pub const INTERNAL_ONE_CALL_3: QmiNasPreferenceDuration
Internal reason 3, one call.
Trait Implementations§
Source§impl Clone for QmiNasPreferenceDuration
impl Clone for QmiNasPreferenceDuration
Source§fn clone(&self) -> QmiNasPreferenceDuration
fn clone(&self) -> QmiNasPreferenceDuration
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 QmiNasPreferenceDuration
Source§impl Debug for QmiNasPreferenceDuration
impl Debug for QmiNasPreferenceDuration
impl Eq for QmiNasPreferenceDuration
Source§impl Hash for QmiNasPreferenceDuration
impl Hash for QmiNasPreferenceDuration
Source§impl PartialEq for QmiNasPreferenceDuration
impl PartialEq for QmiNasPreferenceDuration
impl StructuralPartialEq for QmiNasPreferenceDuration
Auto Trait Implementations§
impl Freeze for QmiNasPreferenceDuration
impl RefUnwindSafe for QmiNasPreferenceDuration
impl Send for QmiNasPreferenceDuration
impl Sync for QmiNasPreferenceDuration
impl Unpin for QmiNasPreferenceDuration
impl UnsafeUnpin for QmiNasPreferenceDuration
impl UnwindSafe for QmiNasPreferenceDuration
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