Struct winapi::winbase::OFSTRUCT [] [src]

pub struct OFSTRUCT {
    pub cBytes: BYTE,
    pub fFixedDisk: BYTE,
    pub nErrCode: WORD,
    pub Reserved1: WORD,
    pub Reserved2: WORD,
    pub szPathName: [CHAR; 128],
}

Fields

cBytes: BYTE fFixedDisk: BYTE nErrCode: WORD Reserved1: WORD Reserved2: WORD szPathName: [CHAR; 128]

Trait Implementations

impl Copy for OFSTRUCT
[src]

impl Clone for OFSTRUCT
[src]

fn clone(&self) -> OFSTRUCT

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