Struct windows_sys::Win32::Graphics::Printing::PRINTER_INFO_7W
[−]Expand description
Required features: ‘Win32_Graphics_Printing’
Fields
pszObjectGUID: PWSTR
dwAction: u32
Trait Implementations
impl Clone for PRINTER_INFO_7W
impl Clone for PRINTER_INFO_7W
impl Copy for PRINTER_INFO_7W
Auto Trait Implementations
impl RefUnwindSafe for PRINTER_INFO_7W
impl !Send for PRINTER_INFO_7W
impl !Sync for PRINTER_INFO_7W
impl Unpin for PRINTER_INFO_7W
impl UnwindSafe for PRINTER_INFO_7W
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more