Struct winapi::commdlg::OFNOTIFYEXA
[−]
[src]
pub struct OFNOTIFYEXA { pub hdr: NMHDR, pub lpOFN: LPOPENFILENAMEA, pub psf: LPVOID, pub pidl: LPVOID, }
Fields
hdr | |
lpOFN | |
psf | |
pidl |
Trait Implementations
impl Copy for OFNOTIFYEXA
[src]
impl Clone for OFNOTIFYEXA
[src]
fn clone(&self) -> OFNOTIFYEXA
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