Struct windows_sys::Win32::Graphics::Printing::PRINTER_DEFAULTSW
[−]#[repr(C)]pub struct PRINTER_DEFAULTSW {
pub pDatatype: PWSTR,
pub pDevMode: *mut DEVMODEW,
pub DesiredAccess: PRINTER_ACCESS_RIGHTS,
}
Expand description
Required features: "Win32_Graphics_Printing"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
pDatatype: PWSTR
pDevMode: *mut DEVMODEW
DesiredAccess: PRINTER_ACCESS_RIGHTS
Trait Implementations
impl Clone for PRINTER_DEFAULTSW
impl Clone for PRINTER_DEFAULTSW
impl Copy for PRINTER_DEFAULTSW
Auto Trait Implementations
impl RefUnwindSafe for PRINTER_DEFAULTSW
impl !Send for PRINTER_DEFAULTSW
impl !Sync for PRINTER_DEFAULTSW
impl Unpin for PRINTER_DEFAULTSW
impl UnwindSafe for PRINTER_DEFAULTSW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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