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

pub struct PRINTER_DEFAULTSW {
    pub pDataType: LPWSTR,
    pub pDevMode: LPDEVMODEW,
    pub DesiredAccess: ACCESS_MASK,
}

Fields

pDataType: LPWSTR pDevMode: LPDEVMODEW DesiredAccess: ACCESS_MASK

Trait Implementations

impl Debug for PRINTER_DEFAULTSW
[src]

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

Formats the value using the given formatter.

impl Copy for PRINTER_DEFAULTSW
[src]

impl Clone for PRINTER_DEFAULTSW
[src]

fn clone(&self) -> PRINTER_DEFAULTSW

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