Struct windows_sys::Win32::UI::Shell::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,
}Expand description
Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’
Fields
dwSize: u32pszSheetName: PSTRuSheetIndex: u32dwFlags: u32bModal: BOOLTrait Implementations
impl Clone for OPEN_PRINTER_PROPS_INFOA
impl Clone for OPEN_PRINTER_PROPS_INFOA
impl Copy for OPEN_PRINTER_PROPS_INFOA
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more