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