Struct winapi::winspool::PRINTER_DEFAULTSW
[−]
[src]
pub struct PRINTER_DEFAULTSW {
pub pDataType: LPWSTR,
pub pDevMode: LPDEVMODEW,
pub DesiredAccess: ACCESS_MASK,
}Fields
pDataType | |
pDevMode | |
DesiredAccess |
Trait Implementations
impl Copy for PRINTER_DEFAULTSW[src]
impl Clone for PRINTER_DEFAULTSW[src]
fn clone(&self) -> PRINTER_DEFAULTSW
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