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