Struct winapi::winspool::PRINTER_OPTIONSW
[−]
[src]
pub struct PRINTER_OPTIONSW { pub cbSize: UINT, pub dwFlags: DWORD, }
Fields
cbSize | |
dwFlags |
Trait Implementations
impl Copy for PRINTER_OPTIONSW
[src]
impl Clone for PRINTER_OPTIONSW
[src]
fn clone(&self) -> PRINTER_OPTIONSW
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