Struct winapi::wincred::CREDUI_INFOW
[−]
[src]
pub struct CREDUI_INFOW { pub cbSize: DWORD, pub hwndParent: HWND, pub pszMessageText: PCWSTR, pub pszCaptionText: PCWSTR, pub hbmBanner: HBITMAP, }
Fields
cbSize | |
hwndParent | |
pszMessageText | |
pszCaptionText | |
hbmBanner |
Trait Implementations
impl Copy for CREDUI_INFOW
[src]
impl Clone for CREDUI_INFOW
[src]
fn clone(&self) -> CREDUI_INFOW
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