#[repr(transparent)]pub struct QmiOmaSessionType(pub c_uint);Expand description
Type of OMA-DM session.
Since: 1.6
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiOmaSessionType
impl QmiOmaSessionType
Sourcepub const CLIENT_INITIATED_DEVICE_CONFIGURE: QmiOmaSessionType
pub const CLIENT_INITIATED_DEVICE_CONFIGURE: QmiOmaSessionType
Client-initiated device configure.
Sourcepub const CLIENT_INITIATED_PRL_UPDATE: QmiOmaSessionType
pub const CLIENT_INITIATED_PRL_UPDATE: QmiOmaSessionType
Client-initiated PRL update.
Sourcepub const CLIENT_INITIATED_HANDS_FREE_ACTIVATION: QmiOmaSessionType
pub const CLIENT_INITIATED_HANDS_FREE_ACTIVATION: QmiOmaSessionType
Client-initiated hands free activation.
Sourcepub const DEVICE_INITIATED_HANDS_FREE_ACTIVATION: QmiOmaSessionType
pub const DEVICE_INITIATED_HANDS_FREE_ACTIVATION: QmiOmaSessionType
Device-initiated hands free activation.
Sourcepub const NETWORK_INITIATED_PRL_UPDATE: QmiOmaSessionType
pub const NETWORK_INITIATED_PRL_UPDATE: QmiOmaSessionType
Network-initiated PRL update.
Sourcepub const NETWORK_INITIATED_DEVICE_CONFIGURE: QmiOmaSessionType
pub const NETWORK_INITIATED_DEVICE_CONFIGURE: QmiOmaSessionType
Network-initiated device configure.
Sourcepub const DEVICE_INITIATED_PRL_UPDATE: QmiOmaSessionType
pub const DEVICE_INITIATED_PRL_UPDATE: QmiOmaSessionType
Device-initiated PRL update.
Trait Implementations§
Source§impl Clone for QmiOmaSessionType
impl Clone for QmiOmaSessionType
Source§fn clone(&self) -> QmiOmaSessionType
fn clone(&self) -> QmiOmaSessionType
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 QmiOmaSessionType
Source§impl Debug for QmiOmaSessionType
impl Debug for QmiOmaSessionType
impl Eq for QmiOmaSessionType
Source§impl Hash for QmiOmaSessionType
impl Hash for QmiOmaSessionType
Source§impl PartialEq for QmiOmaSessionType
impl PartialEq for QmiOmaSessionType
impl StructuralPartialEq for QmiOmaSessionType
Auto Trait Implementations§
impl Freeze for QmiOmaSessionType
impl RefUnwindSafe for QmiOmaSessionType
impl Send for QmiOmaSessionType
impl Sync for QmiOmaSessionType
impl Unpin for QmiOmaSessionType
impl UnsafeUnpin for QmiOmaSessionType
impl UnwindSafe for QmiOmaSessionType
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