#[repr(C)]pub struct OPEN_PRINTER_PROPS_INFOW {
pub dwSize: u32,
pub pszSheetName: PWSTR,
pub uSheetIndex: u32,
pub dwFlags: u32,
pub bModal: BOOL,
}
Fields§
§dwSize: u32
§pszSheetName: PWSTR
§uSheetIndex: u32
§dwFlags: u32
§bModal: BOOL
Trait Implementations§
Source§impl Abi for OPEN_PRINTER_PROPS_INFOW
impl Abi for OPEN_PRINTER_PROPS_INFOW
Source§type Abi = OPEN_PRINTER_PROPS_INFOW
type Abi = OPEN_PRINTER_PROPS_INFOW
The abi representation of the implementing type. Read more
type DefaultType = OPEN_PRINTER_PROPS_INFOW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for OPEN_PRINTER_PROPS_INFOW
impl Clone for OPEN_PRINTER_PROPS_INFOW
Source§fn clone(&self) -> OPEN_PRINTER_PROPS_INFOW
fn clone(&self) -> OPEN_PRINTER_PROPS_INFOW
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 moreSource§impl Debug for OPEN_PRINTER_PROPS_INFOW
impl Debug for OPEN_PRINTER_PROPS_INFOW
Source§impl Default for OPEN_PRINTER_PROPS_INFOW
impl Default for OPEN_PRINTER_PROPS_INFOW
Source§impl PartialEq for OPEN_PRINTER_PROPS_INFOW
impl PartialEq for OPEN_PRINTER_PROPS_INFOW
impl Copy for OPEN_PRINTER_PROPS_INFOW
impl Eq for OPEN_PRINTER_PROPS_INFOW
Auto Trait Implementations§
impl Freeze for OPEN_PRINTER_PROPS_INFOW
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