#[repr(transparent)]pub struct QmiOmaSessionState(pub c_uint);Expand description
State of the OMA-DM session.
Since: 1.6
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiOmaSessionState
impl QmiOmaSessionState
Sourcepub const COMPLETE_INFORMATION_UPDATED: QmiOmaSessionState
pub const COMPLETE_INFORMATION_UPDATED: QmiOmaSessionState
Session complete and information updated.
Sourcepub const COMPLETE_UPDATED_INFORMATION_UNAVAILABLE: QmiOmaSessionState
pub const COMPLETE_UPDATED_INFORMATION_UNAVAILABLE: QmiOmaSessionState
Session complete but updated information not available.
Sourcepub const FAILED: QmiOmaSessionState
pub const FAILED: QmiOmaSessionState
Session failed.
Sourcepub const RETRYING: QmiOmaSessionState
pub const RETRYING: QmiOmaSessionState
Session retrying.
Sourcepub const CONNECTING: QmiOmaSessionState
pub const CONNECTING: QmiOmaSessionState
Session connecting.
Sourcepub const CONNECTED: QmiOmaSessionState
pub const CONNECTED: QmiOmaSessionState
Session connected.
Sourcepub const AUTHENTICATED: QmiOmaSessionState
pub const AUTHENTICATED: QmiOmaSessionState
Session authenticated.
Sourcepub const MDN_DOWNLOADED: QmiOmaSessionState
pub const MDN_DOWNLOADED: QmiOmaSessionState
MDN downloaded.
Sourcepub const MSID_DOWNLOADED: QmiOmaSessionState
pub const MSID_DOWNLOADED: QmiOmaSessionState
MSID downloaded.
Sourcepub const PRL_DOWNLOADED: QmiOmaSessionState
pub const PRL_DOWNLOADED: QmiOmaSessionState
PRL downloaded.
Sourcepub const MIP_PROFILE_DOWNLOADED: QmiOmaSessionState
pub const MIP_PROFILE_DOWNLOADED: QmiOmaSessionState
MIP profile downloaded.
Trait Implementations§
Source§impl Clone for QmiOmaSessionState
impl Clone for QmiOmaSessionState
Source§fn clone(&self) -> QmiOmaSessionState
fn clone(&self) -> QmiOmaSessionState
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 QmiOmaSessionState
Source§impl Debug for QmiOmaSessionState
impl Debug for QmiOmaSessionState
impl Eq for QmiOmaSessionState
Source§impl Hash for QmiOmaSessionState
impl Hash for QmiOmaSessionState
Source§impl PartialEq for QmiOmaSessionState
impl PartialEq for QmiOmaSessionState
impl StructuralPartialEq for QmiOmaSessionState
Auto Trait Implementations§
impl Freeze for QmiOmaSessionState
impl RefUnwindSafe for QmiOmaSessionState
impl Send for QmiOmaSessionState
impl Sync for QmiOmaSessionState
impl Unpin for QmiOmaSessionState
impl UnsafeUnpin for QmiOmaSessionState
impl UnwindSafe for QmiOmaSessionState
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