Struct windows_sys::Win32::Graphics::Printing::PRINTER_DEFAULTSA
#[repr(C)]pub struct PRINTER_DEFAULTSA {
pub pDatatype: PSTR,
pub pDevMode: *mut DEVMODEA,
pub DesiredAccess: PRINTER_ACCESS_RIGHTS,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields§
§pDatatype: PSTR
§pDevMode: *mut DEVMODEA
§DesiredAccess: PRINTER_ACCESS_RIGHTS
Trait Implementations§
§impl Clone for PRINTER_DEFAULTSA
impl Clone for PRINTER_DEFAULTSA
impl Copy for PRINTER_DEFAULTSA
Auto Trait Implementations§
impl RefUnwindSafe for PRINTER_DEFAULTSA
impl !Send for PRINTER_DEFAULTSA
impl !Sync for PRINTER_DEFAULTSA
impl Unpin for PRINTER_DEFAULTSA
impl UnwindSafe for PRINTER_DEFAULTSA
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more