Struct windows_sys::Win32::Security::Authorization::UI::SI_OBJECT_INFO
[−]#[repr(C)]pub struct SI_OBJECT_INFO {
pub dwFlags: SI_OBJECT_INFO_FLAGS,
pub hInstance: HINSTANCE,
pub pszServerName: PWSTR,
pub pszObjectName: PWSTR,
pub pszPageTitle: PWSTR,
pub guidObjectType: GUID,
}
Expand description
Required features: "Win32_Security_Authorization_UI"
, "Win32_Foundation"
Fields
dwFlags: SI_OBJECT_INFO_FLAGS
hInstance: HINSTANCE
pszServerName: PWSTR
pszObjectName: PWSTR
pszPageTitle: PWSTR
guidObjectType: GUID
Trait Implementations
impl Clone for SI_OBJECT_INFO
impl Clone for SI_OBJECT_INFO
impl Copy for SI_OBJECT_INFO
Auto Trait Implementations
impl RefUnwindSafe for SI_OBJECT_INFO
impl !Send for SI_OBJECT_INFO
impl !Sync for SI_OBJECT_INFO
impl Unpin for SI_OBJECT_INFO
impl UnwindSafe for SI_OBJECT_INFO
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