Struct winapi::um::winspool::PRINTER_INFO_8W [] [src]

#[repr(C)]
pub struct PRINTER_INFO_8W { pub pDevMode: LPDEVMODEW, }

Fields

Trait Implementations

impl Copy for PRINTER_INFO_8W
[src]

impl Clone for PRINTER_INFO_8W
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations