Struct windows_sys::Management::MdmAlertMark
[−]#[repr(transparent)]pub struct MdmAlertMark(pub i32);
Expand description
Required features: "Management"
Tuple Fields
0: i32
Implementations
impl MdmAlertMark
impl MdmAlertMark
pub const None: Self = Self(0i32)
pub const Fatal: Self = Self(1i32)
pub const Critical: Self = Self(2i32)
pub const Warning: Self = Self(3i32)
pub const Informational: Self = Self(4i32)
Trait Implementations
impl Clone for MdmAlertMark
impl Clone for MdmAlertMark
impl Copy for MdmAlertMark
Auto Trait Implementations
impl RefUnwindSafe for MdmAlertMark
impl Send for MdmAlertMark
impl Sync for MdmAlertMark
impl Unpin for MdmAlertMark
impl UnwindSafe for MdmAlertMark
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