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