Struct winapi::commdlg::OFNOTIFYEXW
[−]
[src]
pub struct OFNOTIFYEXW { pub hdr: NMHDR, pub lpOFN: LPOPENFILENAMEW, pub psf: LPVOID, pub pidl: LPVOID, }
Fields
hdr | |
lpOFN | |
psf | |
pidl |
Trait Implementations
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