#[repr(transparent)]pub struct PRINTDLGEXA_Flags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl PRINTDLGEXA_Flags
impl PRINTDLGEXA_Flags
pub const PD_ALLPAGES: Self
pub const PD_COLLATE: Self
pub const PD_CURRENTPAGE: Self
pub const PD_DISABLEPRINTTOFILE: Self
pub const PD_ENABLEPRINTTEMPLATE: Self
pub const PD_ENABLEPRINTTEMPLATEHANDLE: Self
pub const PD_EXCLUSIONFLAGS: Self
pub const PD_HIDEPRINTTOFILE: Self
pub const PD_NOCURRENTPAGE: Self
pub const PD_NOPAGENUMS: Self
pub const PD_NOSELECTION: Self
pub const PD_NOWARNING: Self
pub const PD_PAGENUMS: Self
pub const PD_PRINTTOFILE: Self
pub const PD_RETURNDC: Self
pub const PD_RETURNDEFAULT: Self
pub const PD_RETURNIC: Self
pub const PD_SELECTION: Self
pub const PD_USEDEVMODECOPIES: Self
pub const PD_USEDEVMODECOPIESANDCOLLATE: Self
pub const PD_USELARGETEMPLATE: Self
pub const PD_ENABLEPRINTHOOK: Self
pub const PD_ENABLESETUPHOOK: Self
pub const PD_ENABLESETUPTEMPLATE: Self
pub const PD_ENABLESETUPTEMPLATEHANDLE: Self
pub const PD_NONETWORKBUTTON: Self
pub const PD_PRINTSETUP: Self
pub const PD_SHOWHELP: Self
Trait Implementations§
Source§impl Abi for PRINTDLGEXA_Flags
impl Abi for PRINTDLGEXA_Flags
Source§type Abi = PRINTDLGEXA_Flags
type Abi = PRINTDLGEXA_Flags
The abi representation of the implementing type. Read more
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.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for PRINTDLGEXA_Flags
impl BitAnd for PRINTDLGEXA_Flags
Source§impl BitAndAssign for PRINTDLGEXA_Flags
impl BitAndAssign for PRINTDLGEXA_Flags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for PRINTDLGEXA_Flags
impl BitOr for PRINTDLGEXA_Flags
Source§impl BitOrAssign for PRINTDLGEXA_Flags
impl BitOrAssign for PRINTDLGEXA_Flags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for PRINTDLGEXA_Flags
impl Clone for PRINTDLGEXA_Flags
Source§fn clone(&self) -> PRINTDLGEXA_Flags
fn clone(&self) -> PRINTDLGEXA_Flags
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 PRINTDLGEXA_Flags
impl Debug for PRINTDLGEXA_Flags
Source§impl Default for PRINTDLGEXA_Flags
impl Default for PRINTDLGEXA_Flags
Source§fn default() -> PRINTDLGEXA_Flags
fn default() -> PRINTDLGEXA_Flags
Returns the “default value” for a type. Read more
Source§impl From<u32> for PRINTDLGEXA_Flags
impl From<u32> for PRINTDLGEXA_Flags
Source§impl PartialEq for PRINTDLGEXA_Flags
impl PartialEq for PRINTDLGEXA_Flags
impl Copy for PRINTDLGEXA_Flags
impl Eq for PRINTDLGEXA_Flags
impl StructuralPartialEq for PRINTDLGEXA_Flags
Auto Trait Implementations§
impl Freeze for PRINTDLGEXA_Flags
impl RefUnwindSafe for PRINTDLGEXA_Flags
impl Send for PRINTDLGEXA_Flags
impl Sync for PRINTDLGEXA_Flags
impl Unpin for PRINTDLGEXA_Flags
impl UnwindSafe for PRINTDLGEXA_Flags
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