Struct winapi::winspool::PRINTER_OPTIONSA [] [src]

pub struct PRINTER_OPTIONSA {
    pub cbSize: UINT,
    pub dwFlags: DWORD,
}

Fields

cbSize: UINT dwFlags: DWORD

Trait Implementations

impl Debug for PRINTER_OPTIONSA
[src]

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

Formats the value using the given formatter.

impl Copy for PRINTER_OPTIONSA
[src]

impl Clone for PRINTER_OPTIONSA
[src]

fn clone(&self) -> PRINTER_OPTIONSA

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