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: c_int lpszDocName: LPCWSTR lpszOutput: LPCWSTR lpszDatatype: LPCWSTR fwType: DWORD

Trait Implementations

impl Debug for DOCINFOW
[src]

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

Formats the value using the given formatter.

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