Struct winapi::winspool::PRINTER_DEFAULTSA [] [src]

pub struct PRINTER_DEFAULTSA {
    pub pDataType: LPSTR,
    pub pDevMode: LPDEVMODEA,
    pub DesiredAccess: ACCESS_MASK,
}

Fields

pDataType: LPSTR pDevMode: LPDEVMODEA DesiredAccess: ACCESS_MASK

Trait Implementations

impl Debug for PRINTER_DEFAULTSA
[src]

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

Formats the value using the given formatter.

impl Copy for PRINTER_DEFAULTSA
[src]

impl Clone for PRINTER_DEFAULTSA
[src]

fn clone(&self) -> PRINTER_DEFAULTSA

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