Struct winapi::dpapi::CRYPTPROTECT_PROMPTSTRUCT [] [src]

pub struct CRYPTPROTECT_PROMPTSTRUCT {
    pub cbSize: DWORD,
    pub dwPromptFlags: DWORD,
    pub hwndApp: HWND,
    pub szPrompt: LPCWSTR,
}

Fields

cbSize: DWORD dwPromptFlags: DWORD hwndApp: HWND szPrompt: LPCWSTR

Trait Implementations

impl Debug for CRYPTPROTECT_PROMPTSTRUCT
[src]

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

Formats the value using the given formatter.

impl Copy for CRYPTPROTECT_PROMPTSTRUCT
[src]

impl Clone for CRYPTPROTECT_PROMPTSTRUCT
[src]

fn clone(&self) -> CRYPTPROTECT_PROMPTSTRUCT

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