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