Struct windows_sys::Management::MdmAlertDataType
[−]#[repr(transparent)]pub struct MdmAlertDataType(pub i32);
Expand description
Required features: "Management"
Tuple Fields
0: i32
Implementations
impl MdmAlertDataType
impl MdmAlertDataType
Trait Implementations
impl Clone for MdmAlertDataType
impl Clone for MdmAlertDataType
impl Copy for MdmAlertDataType
Auto Trait Implementations
impl RefUnwindSafe for MdmAlertDataType
impl Send for MdmAlertDataType
impl Sync for MdmAlertDataType
impl Unpin for MdmAlertDataType
impl UnwindSafe for MdmAlertDataType
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