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