Struct windows_sys::Win32::Security::Authorization::UI::SI_ACCESS
[−]#[repr(C)]pub struct SI_ACCESS {
pub pguid: *const GUID,
pub mask: u32,
pub pszName: PCWSTR,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Security_Authorization_UI"
Fields
pguid: *const GUID
mask: u32
pszName: PCWSTR
dwFlags: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SI_ACCESS
impl !Send for SI_ACCESS
impl !Sync for SI_ACCESS
impl Unpin for SI_ACCESS
impl UnwindSafe for SI_ACCESS
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