Struct windows_sys::UI::Shell::SecurityAppKind
[−]#[repr(transparent)]pub struct SecurityAppKind(pub i32);
Expand description
Required features: ‘UI_Shell’
Tuple Fields
0: i32
Implementations
impl SecurityAppKind
impl SecurityAppKind
pub const WebProtection: Self
Trait Implementations
impl Clone for SecurityAppKind
impl Clone for SecurityAppKind
impl Copy for SecurityAppKind
Auto Trait Implementations
impl RefUnwindSafe for SecurityAppKind
impl Send for SecurityAppKind
impl Sync for SecurityAppKind
impl Unpin for SecurityAppKind
impl UnwindSafe for SecurityAppKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more