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