Expand description
Required features: "Win32_Graphics_Printing"
Fields
dwFlags: u32
pszDriverName: PSTR
Trait Implementations
impl Clone for PRINTER_CONNECTION_INFO_1A
impl Clone for PRINTER_CONNECTION_INFO_1A
impl Copy for PRINTER_CONNECTION_INFO_1A
Auto Trait Implementations
impl RefUnwindSafe for PRINTER_CONNECTION_INFO_1A
impl !Send for PRINTER_CONNECTION_INFO_1A
impl !Sync for PRINTER_CONNECTION_INFO_1A
impl Unpin for PRINTER_CONNECTION_INFO_1A
impl UnwindSafe for PRINTER_CONNECTION_INFO_1A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more