Struct windows_sys::Management::MdmSessionState
[−]#[repr(transparent)]pub struct MdmSessionState(pub i32);
Expand description
Required features: "Management"
Tuple Fields
0: i32
Implementations
impl MdmSessionState
impl MdmSessionState
pub const NotStarted: Self = Self(0i32)
pub const Starting: Self = Self(1i32)
pub const Connecting: Self = Self(2i32)
pub const Communicating: Self = Self(3i32)
pub const AlertStatusAvailable: Self = Self(4i32)
pub const Retrying: Self = Self(5i32)
pub const Completed: Self = Self(6i32)
Trait Implementations
impl Clone for MdmSessionState
impl Clone for MdmSessionState
impl Copy for MdmSessionState
Auto Trait Implementations
impl RefUnwindSafe for MdmSessionState
impl Send for MdmSessionState
impl Sync for MdmSessionState
impl Unpin for MdmSessionState
impl UnwindSafe for MdmSessionState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more