Struct windows_sys::Win32::Security::Credentials::CREDUI_INFOW
[−]#[repr(C)]pub struct CREDUI_INFOW {
pub cbSize: u32,
pub hwndParent: HWND,
pub pszMessageText: PCWSTR,
pub pszCaptionText: PCWSTR,
pub hbmBanner: HBITMAP,
}
Expand description
Required features: "Win32_Security_Credentials"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
cbSize: u32
hwndParent: HWND
pszMessageText: PCWSTR
pszCaptionText: PCWSTR
hbmBanner: HBITMAP
Trait Implementations
impl Clone for CREDUI_INFOW
impl Clone for CREDUI_INFOW
impl Copy for CREDUI_INFOW
Auto Trait Implementations
impl RefUnwindSafe for CREDUI_INFOW
impl !Send for CREDUI_INFOW
impl !Sync for CREDUI_INFOW
impl Unpin for CREDUI_INFOW
impl UnwindSafe for CREDUI_INFOW
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