pub enum DismRestartType {
DismRestartNo = 0,
DismRestartPossible = 1,
DismRestartRequired = 2,
}
Available on crate feature
dism
and Windows only.Variants§
Trait Implementations§
Source§impl Debug for DismRestartType
impl Debug for DismRestartType
Source§impl Default for DismRestartType
impl Default for DismRestartType
Source§impl From<u32> for DismRestartType
impl From<u32> for DismRestartType
Source§impl PartialEq for DismRestartType
impl PartialEq for DismRestartType
impl StructuralPartialEq for DismRestartType
Auto Trait Implementations§
impl Freeze for DismRestartType
impl RefUnwindSafe for DismRestartType
impl Send for DismRestartType
impl Sync for DismRestartType
impl Unpin for DismRestartType
impl UnwindSafe for DismRestartType
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