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

#[repr(C)]
pub struct PRINTER_DEFAULTSA { pub pDataType: LPSTR, pub pDevMode: LPDEVMODEA, pub DesiredAccess: ACCESS_MASK, }

Fields

Trait Implementations

impl Debug for PRINTER_DEFAULTSA
[src]

Formats the value using the given formatter.

impl Copy for PRINTER_DEFAULTSA
[src]

impl Clone for PRINTER_DEFAULTSA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more