Struct winapi::winspool::PRINTER_DEFAULTSW [] [src]

#[repr(C)]
pub struct PRINTER_DEFAULTSW { pub pDataType: LPWSTR, pub pDevMode: LPDEVMODEW, pub DesiredAccess: ACCESS_MASK, }

Fields

Trait Implementations

impl Debug for PRINTER_DEFAULTSW
[src]

Formats the value using the given formatter.

impl Copy for PRINTER_DEFAULTSW
[src]

impl Clone for PRINTER_DEFAULTSW
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more