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_Graphics_Printing", "Win32_Foundation", "Win32_Graphics_Gdi"
Fields
pDatatype: PSTRpDevMode: *mut DEVMODEADesiredAccess: PRINTER_ACCESS_RIGHTSTrait 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
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