Struct winapi::commdlg::OFNOTIFYA [] [src]

pub struct OFNOTIFYA {
    pub hdr: NMHDR,
    pub lpOFN: LPOPENFILENAMEA,
    pub pszFile: LPSTR,
}

Fields

hdr: NMHDR lpOFN: LPOPENFILENAMEA pszFile: LPSTR

Trait Implementations

impl Debug for OFNOTIFYA
[src]

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

Formats the value using the given formatter.

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