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