#[repr(transparent)]pub struct CHOOSEFONTW_Flags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl CHOOSEFONTW_Flags
impl CHOOSEFONTW_Flags
pub const CF_APPLY: Self
pub const CF_ANSIONLY: Self
pub const CF_BOTH: Self
pub const CF_EFFECTS: Self
pub const CF_ENABLEHOOK: Self
pub const CF_ENABLETEMPLATE: Self
pub const CF_ENABLETEMPLATEHANDLE: Self
pub const CF_FIXEDPITCHONLY: Self
pub const CF_FORCEFONTEXIST: Self
pub const CF_INACTIVEFONTS: Self
pub const CF_INITTOLOGFONTSTRUCT: Self
pub const CF_LIMITSIZE: Self
pub const CF_NOOEMFONTS: Self
pub const CF_NOFACESEL: Self
pub const CF_NOSCRIPTSEL: Self
pub const CF_NOSIMULATIONS: Self
pub const CF_NOSIZESEL: Self
pub const CF_NOSTYLESEL: Self
pub const CF_NOVECTORFONTS: Self
pub const CF_NOVERTFONTS: Self
pub const CF_PRINTERFONTS: Self
pub const CF_SCALABLEONLY: Self
pub const CF_SCREENFONTS: Self
pub const CF_SCRIPTSONLY: Self
pub const CF_SELECTSCRIPT: Self
pub const CF_SHOWHELP: Self
pub const CF_TTONLY: Self
pub const CF_USESTYLE: Self
pub const CF_WYSIWYG: Self
Trait Implementations§
Source§impl Abi for CHOOSEFONTW_Flags
impl Abi for CHOOSEFONTW_Flags
Source§type Abi = CHOOSEFONTW_Flags
type Abi = CHOOSEFONTW_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 CHOOSEFONTW_Flags
impl BitAnd for CHOOSEFONTW_Flags
Source§impl BitAndAssign for CHOOSEFONTW_Flags
impl BitAndAssign for CHOOSEFONTW_Flags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for CHOOSEFONTW_Flags
impl BitOr for CHOOSEFONTW_Flags
Source§impl BitOrAssign for CHOOSEFONTW_Flags
impl BitOrAssign for CHOOSEFONTW_Flags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for CHOOSEFONTW_Flags
impl Clone for CHOOSEFONTW_Flags
Source§fn clone(&self) -> CHOOSEFONTW_Flags
fn clone(&self) -> CHOOSEFONTW_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 CHOOSEFONTW_Flags
impl Debug for CHOOSEFONTW_Flags
Source§impl Default for CHOOSEFONTW_Flags
impl Default for CHOOSEFONTW_Flags
Source§fn default() -> CHOOSEFONTW_Flags
fn default() -> CHOOSEFONTW_Flags
Returns the “default value” for a type. Read more
Source§impl From<u32> for CHOOSEFONTW_Flags
impl From<u32> for CHOOSEFONTW_Flags
Source§impl PartialEq for CHOOSEFONTW_Flags
impl PartialEq for CHOOSEFONTW_Flags
impl Copy for CHOOSEFONTW_Flags
impl Eq for CHOOSEFONTW_Flags
impl StructuralPartialEq for CHOOSEFONTW_Flags
Auto Trait Implementations§
impl Freeze for CHOOSEFONTW_Flags
impl RefUnwindSafe for CHOOSEFONTW_Flags
impl Send for CHOOSEFONTW_Flags
impl Sync for CHOOSEFONTW_Flags
impl Unpin for CHOOSEFONTW_Flags
impl UnwindSafe for CHOOSEFONTW_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