Struct windows_sys::UI::Shell::SecurityAppSubstatus
[−]#[repr(transparent)]pub struct SecurityAppSubstatus(pub i32);
Expand description
Required features: "UI_Shell"
Tuple Fields
0: i32
Implementations
impl SecurityAppSubstatus
impl SecurityAppSubstatus
pub const Undetermined: Self = Self(0i32)
pub const NoActionNeeded: Self = Self(1i32)
pub const ActionRecommended: Self = Self(2i32)
pub const ActionNeeded: Self = Self(3i32)
Trait Implementations
impl Clone for SecurityAppSubstatus
impl Clone for SecurityAppSubstatus
impl Copy for SecurityAppSubstatus
Auto Trait Implementations
impl RefUnwindSafe for SecurityAppSubstatus
impl Send for SecurityAppSubstatus
impl Sync for SecurityAppSubstatus
impl Unpin for SecurityAppSubstatus
impl UnwindSafe for SecurityAppSubstatus
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