#[repr(transparent)]pub struct FONT_PITCH_AND_FAMILY(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Abi for FONT_PITCH_AND_FAMILY
impl Abi for FONT_PITCH_AND_FAMILY
Source§type Abi = FONT_PITCH_AND_FAMILY
type Abi = FONT_PITCH_AND_FAMILY
The abi representation of the implementing type. Read more
type DefaultType = FONT_PITCH_AND_FAMILY
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 BitAnd for FONT_PITCH_AND_FAMILY
impl BitAnd for FONT_PITCH_AND_FAMILY
Source§impl BitAndAssign for FONT_PITCH_AND_FAMILY
impl BitAndAssign for FONT_PITCH_AND_FAMILY
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for FONT_PITCH_AND_FAMILY
impl BitOr for FONT_PITCH_AND_FAMILY
Source§impl BitOrAssign for FONT_PITCH_AND_FAMILY
impl BitOrAssign for FONT_PITCH_AND_FAMILY
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for FONT_PITCH_AND_FAMILY
impl Clone for FONT_PITCH_AND_FAMILY
Source§fn clone(&self) -> FONT_PITCH_AND_FAMILY
fn clone(&self) -> FONT_PITCH_AND_FAMILY
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 FONT_PITCH_AND_FAMILY
impl Debug for FONT_PITCH_AND_FAMILY
Source§impl Default for FONT_PITCH_AND_FAMILY
impl Default for FONT_PITCH_AND_FAMILY
Source§fn default() -> FONT_PITCH_AND_FAMILY
fn default() -> FONT_PITCH_AND_FAMILY
Returns the “default value” for a type. Read more
Source§impl From<u32> for FONT_PITCH_AND_FAMILY
impl From<u32> for FONT_PITCH_AND_FAMILY
Source§impl PartialEq for FONT_PITCH_AND_FAMILY
impl PartialEq for FONT_PITCH_AND_FAMILY
impl Copy for FONT_PITCH_AND_FAMILY
impl Eq for FONT_PITCH_AND_FAMILY
impl StructuralPartialEq for FONT_PITCH_AND_FAMILY
Auto Trait Implementations§
impl Freeze for FONT_PITCH_AND_FAMILY
impl RefUnwindSafe for FONT_PITCH_AND_FAMILY
impl Send for FONT_PITCH_AND_FAMILY
impl Sync for FONT_PITCH_AND_FAMILY
impl Unpin for FONT_PITCH_AND_FAMILY
impl UnwindSafe for FONT_PITCH_AND_FAMILY
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