Struct winapi::shtypes::COMDLG_FILTERSPEC [] [src]

pub struct COMDLG_FILTERSPEC {
    pub pszName: LPCWSTR,
    pub pszSpec: LPCWSTR,
}

Fields

pszName: LPCWSTR pszSpec: LPCWSTR

Trait Implementations

impl Debug for COMDLG_FILTERSPEC
[src]

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

Formats the value using the given formatter.

impl Copy for COMDLG_FILTERSPEC
[src]

impl Clone for COMDLG_FILTERSPEC
[src]

fn clone(&self) -> COMDLG_FILTERSPEC

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