Struct windows_sys::Win32::UI::Shell::OPEN_PRINTER_PROPS_INFOW
#[repr(C)]pub struct OPEN_PRINTER_PROPS_INFOW {
pub dwSize: u32,
pub pszSheetName: PWSTR,
pub uSheetIndex: u32,
pub dwFlags: u32,
pub bModal: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwSize: u32
§pszSheetName: PWSTR
§uSheetIndex: u32
§dwFlags: u32
§bModal: BOOL
Trait Implementations§
§impl Clone for OPEN_PRINTER_PROPS_INFOW
impl Clone for OPEN_PRINTER_PROPS_INFOW
impl Copy for OPEN_PRINTER_PROPS_INFOW
Auto Trait Implementations§
impl RefUnwindSafe for OPEN_PRINTER_PROPS_INFOW
impl !Send for OPEN_PRINTER_PROPS_INFOW
impl !Sync for OPEN_PRINTER_PROPS_INFOW
impl Unpin for OPEN_PRINTER_PROPS_INFOW
impl UnwindSafe for OPEN_PRINTER_PROPS_INFOW
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