#[repr(C, packed(1))]pub struct _OPEN_PRINTER_PROPS_INFOA {
pub dwSize: DWORD,
pub pszSheetName: LPSTR,
pub uSheetIndex: UINT,
pub dwFlags: DWORD,
pub bModal: BOOL,
}Fields§
§dwSize: DWORD§pszSheetName: LPSTR§uSheetIndex: UINT§dwFlags: DWORD§bModal: BOOLTrait Implementations§
Source§impl Clone for _OPEN_PRINTER_PROPS_INFOA
impl Clone for _OPEN_PRINTER_PROPS_INFOA
Source§fn clone(&self) -> _OPEN_PRINTER_PROPS_INFOA
fn clone(&self) -> _OPEN_PRINTER_PROPS_INFOA
Returns a duplicate 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 moreSource§impl Debug for _OPEN_PRINTER_PROPS_INFOA
impl Debug for _OPEN_PRINTER_PROPS_INFOA
impl Copy 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