Struct windows::Management::MdmSessionState
#[repr(transparent)]pub struct MdmSessionState(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl MdmSessionState
impl MdmSessionState
pub const NotStarted: Self = _
pub const Starting: Self = _
pub const Connecting: Self = _
pub const Communicating: Self = _
pub const AlertStatusAvailable: Self = _
pub const Retrying: Self = _
pub const Completed: Self = _
Trait Implementations§
§impl Clone for MdmSessionState
impl Clone for MdmSessionState
§fn clone(&self) -> MdmSessionState
fn clone(&self) -> MdmSessionState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MdmSessionState
impl Debug for MdmSessionState
§impl Default for MdmSessionState
impl Default for MdmSessionState
§fn default() -> MdmSessionState
fn default() -> MdmSessionState
Returns the “default value” for a type. Read more
§impl PartialEq for MdmSessionState
impl PartialEq for MdmSessionState
§fn eq(&self, other: &MdmSessionState) -> bool
fn eq(&self, other: &MdmSessionState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MdmSessionState
impl Eq for MdmSessionState
impl StructuralPartialEq for MdmSessionState
Auto Trait Implementations§
impl Freeze for MdmSessionState
impl RefUnwindSafe for MdmSessionState
impl Send for MdmSessionState
impl Sync for MdmSessionState
impl Unpin for MdmSessionState
impl UnwindSafe for MdmSessionState
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)