Struct winapi::commdlg::OFNOTIFYEXW [] [src]

pub struct OFNOTIFYEXW {
    pub hdr: NMHDR,
    pub lpOFN: LPOPENFILENAMEW,
    pub psf: LPVOID,
    pub pidl: LPVOID,
}

Fields

hdr: NMHDR lpOFN: LPOPENFILENAMEW psf: LPVOID pidl: LPVOID

Trait Implementations

impl Debug for OFNOTIFYEXW
[src]

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

Formats the value using the given formatter.

impl Copy for OFNOTIFYEXW
[src]

impl Clone for OFNOTIFYEXW
[src]

fn clone(&self) -> OFNOTIFYEXW

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