Struct winapi::wincred::CREDUI_INFOA
[−]
[src]
pub struct CREDUI_INFOA {
pub cbSize: DWORD,
pub hwndParent: HWND,
pub pszMessageText: PCSTR,
pub pszCaptionText: PCSTR,
pub hbmBanner: HBITMAP,
}Fields
cbSize | |
hwndParent | |
pszMessageText | |
pszCaptionText | |
hbmBanner |
Trait Implementations
impl Copy for CREDUI_INFOA[src]
impl Clone for CREDUI_INFOA[src]
fn clone(&self) -> CREDUI_INFOA
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more