#[repr(transparent)]pub struct PAGESETUPDLGA_Flags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl PAGESETUPDLGA_Flags
impl PAGESETUPDLGA_Flags
pub const PSD_DEFAULTMINMARGINS: Self
pub const PSD_DISABLEMARGINS: Self
pub const PSD_DISABLEORIENTATION: Self
pub const PSD_DISABLEPAGEPAINTING: Self
pub const PSD_DISABLEPAPER: Self
pub const PSD_DISABLEPRINTER: Self
pub const PSD_ENABLEPAGEPAINTHOOK: Self
pub const PSD_ENABLEPAGESETUPHOOK: Self
pub const PSD_ENABLEPAGESETUPTEMPLATE: Self
pub const PSD_ENABLEPAGESETUPTEMPLATEHANDLE: Self
pub const PSD_INHUNDREDTHSOFMILLIMETERS: Self
pub const PSD_INTHOUSANDTHSOFINCHES: Self
pub const PSD_INWININIINTLMEASURE: Self
pub const PSD_MARGINS: Self
pub const PSD_MINMARGINS: Self
pub const PSD_NONETWORKBUTTON: Self
pub const PSD_NOWARNING: Self
pub const PSD_RETURNDEFAULT: Self
pub const PSD_SHOWHELP: Self
Trait Implementations§
Source§impl Abi for PAGESETUPDLGA_Flags
impl Abi for PAGESETUPDLGA_Flags
Source§type Abi = PAGESETUPDLGA_Flags
type Abi = PAGESETUPDLGA_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 PAGESETUPDLGA_Flags
impl BitAnd for PAGESETUPDLGA_Flags
Source§impl BitAndAssign for PAGESETUPDLGA_Flags
impl BitAndAssign for PAGESETUPDLGA_Flags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for PAGESETUPDLGA_Flags
impl BitOr for PAGESETUPDLGA_Flags
Source§impl BitOrAssign for PAGESETUPDLGA_Flags
impl BitOrAssign for PAGESETUPDLGA_Flags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for PAGESETUPDLGA_Flags
impl Clone for PAGESETUPDLGA_Flags
Source§fn clone(&self) -> PAGESETUPDLGA_Flags
fn clone(&self) -> PAGESETUPDLGA_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 PAGESETUPDLGA_Flags
impl Debug for PAGESETUPDLGA_Flags
Source§impl Default for PAGESETUPDLGA_Flags
impl Default for PAGESETUPDLGA_Flags
Source§fn default() -> PAGESETUPDLGA_Flags
fn default() -> PAGESETUPDLGA_Flags
Returns the “default value” for a type. Read more
Source§impl From<u32> for PAGESETUPDLGA_Flags
impl From<u32> for PAGESETUPDLGA_Flags
Source§impl PartialEq for PAGESETUPDLGA_Flags
impl PartialEq for PAGESETUPDLGA_Flags
impl Copy for PAGESETUPDLGA_Flags
impl Eq for PAGESETUPDLGA_Flags
impl StructuralPartialEq for PAGESETUPDLGA_Flags
Auto Trait Implementations§
impl Freeze for PAGESETUPDLGA_Flags
impl RefUnwindSafe for PAGESETUPDLGA_Flags
impl Send for PAGESETUPDLGA_Flags
impl Sync for PAGESETUPDLGA_Flags
impl Unpin for PAGESETUPDLGA_Flags
impl UnwindSafe for PAGESETUPDLGA_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