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

Trait Implementations

impl Debug for CREDUI_INFOA
[src]

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

Formats the value using the given formatter.

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