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; OFS_MAXPATHNAME], }
Fields
cBytes | |
fFixedDisk | |
nErrCode | |
Reserved1 | |
Reserved2 | |
szPathName |
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