#[repr(u32)]pub enum MsExtendedQuarantineState {
Transition,
Infected,
Unknown,
NoData,
Other(u32),
}Variants§
Trait Implementations§
Source§impl Clone for MsExtendedQuarantineState
impl Clone for MsExtendedQuarantineState
Source§fn clone(&self) -> MsExtendedQuarantineState
fn clone(&self) -> MsExtendedQuarantineState
Returns a duplicate 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 moreSource§impl Debug for MsExtendedQuarantineState
impl Debug for MsExtendedQuarantineState
Source§impl From<MsExtendedQuarantineState> for u32
impl From<MsExtendedQuarantineState> for u32
Source§fn from(e: MsExtendedQuarantineState) -> Self
fn from(e: MsExtendedQuarantineState) -> Self
Converts to this type from the input type.
Source§impl From<u32> for MsExtendedQuarantineState
impl From<u32> for MsExtendedQuarantineState
impl Copy for MsExtendedQuarantineState
impl Eq for MsExtendedQuarantineState
impl StructuralPartialEq for MsExtendedQuarantineState
Auto Trait Implementations§
impl Freeze for MsExtendedQuarantineState
impl RefUnwindSafe for MsExtendedQuarantineState
impl Send for MsExtendedQuarantineState
impl Sync for MsExtendedQuarantineState
impl Unpin for MsExtendedQuarantineState
impl UnwindSafe for MsExtendedQuarantineState
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