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