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: DWORD hwndParent: HWND pszMessageText: PCWSTR pszCaptionText: PCWSTR hbmBanner: HBITMAP

Trait Implementations

impl Debug for CREDUI_INFOW
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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