Struct OPEN_PRINTER_PROPS_INFOA
#[repr(C)]pub struct OPEN_PRINTER_PROPS_INFOA {
    pub dwSize: u32,
    pub pszSheetName: PSTR,
    pub uSheetIndex: u32,
    pub dwFlags: u32,
    pub bModal: BOOL,
}Fields§
§dwSize: u32§pszSheetName: PSTR§uSheetIndex: u32§dwFlags: u32§bModal: BOOLTrait Implementations§
§impl Clone for OPEN_PRINTER_PROPS_INFOA
 
impl Clone for OPEN_PRINTER_PROPS_INFOA
§fn clone(&self) -> OPEN_PRINTER_PROPS_INFOA
 
fn clone(&self) -> OPEN_PRINTER_PROPS_INFOA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more§impl Debug for OPEN_PRINTER_PROPS_INFOA
 
impl Debug for OPEN_PRINTER_PROPS_INFOA
§impl Default for OPEN_PRINTER_PROPS_INFOA
 
impl Default for OPEN_PRINTER_PROPS_INFOA
§impl PartialEq for OPEN_PRINTER_PROPS_INFOA
 
impl PartialEq for OPEN_PRINTER_PROPS_INFOA
impl Copy for OPEN_PRINTER_PROPS_INFOA
impl StructuralPartialEq for OPEN_PRINTER_PROPS_INFOA
Auto Trait Implementations§
impl Freeze for OPEN_PRINTER_PROPS_INFOA
impl RefUnwindSafe for OPEN_PRINTER_PROPS_INFOA
impl !Send for OPEN_PRINTER_PROPS_INFOA
impl !Sync for OPEN_PRINTER_PROPS_INFOA
impl Unpin for OPEN_PRINTER_PROPS_INFOA
impl UnwindSafe for OPEN_PRINTER_PROPS_INFOA
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