Struct winapi::winspool::PRINTER_OPTIONSA
[−]
[src]
pub struct PRINTER_OPTIONSA {
pub cbSize: UINT,
pub dwFlags: DWORD,
}Fields
cbSize | |
dwFlags |
Trait Implementations
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