Struct winapi::wingdi::DOCINFOA  
                   
                       [−]
                   
               [src]
pub struct DOCINFOA {
    pub cbSize: c_int,
    pub lpszDocName: LPCSTR,
    pub lpszOutput: LPCSTR,
    pub lpszDatatype: LPCSTR,
    pub fwType: DWORD,
}Fields
| cbSize | |
| lpszDocName | |
| lpszOutput | |
| lpszDatatype | |
| fwType | 
Trait Implementations
impl Copy for DOCINFOA[src]
impl Clone for DOCINFOA[src]
fn clone(&self) -> DOCINFOA
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