#[repr(transparent)]pub struct TEXT_ALIGN_OPTIONS(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for TEXT_ALIGN_OPTIONS
impl BitAnd for TEXT_ALIGN_OPTIONS
Source§type Output = TEXT_ALIGN_OPTIONS
type Output = TEXT_ALIGN_OPTIONS
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: TEXT_ALIGN_OPTIONS) -> TEXT_ALIGN_OPTIONS
fn bitand(self, rhs: TEXT_ALIGN_OPTIONS) -> TEXT_ALIGN_OPTIONS
Performs the
& operation. Read moreSource§impl BitAndAssign for TEXT_ALIGN_OPTIONS
impl BitAndAssign for TEXT_ALIGN_OPTIONS
Source§fn bitand_assign(&mut self, rhs: TEXT_ALIGN_OPTIONS)
fn bitand_assign(&mut self, rhs: TEXT_ALIGN_OPTIONS)
Performs the
&= operation. Read moreSource§impl BitOr for TEXT_ALIGN_OPTIONS
impl BitOr for TEXT_ALIGN_OPTIONS
Source§type Output = TEXT_ALIGN_OPTIONS
type Output = TEXT_ALIGN_OPTIONS
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: TEXT_ALIGN_OPTIONS) -> TEXT_ALIGN_OPTIONS
fn bitor(self, rhs: TEXT_ALIGN_OPTIONS) -> TEXT_ALIGN_OPTIONS
Performs the
| operation. Read moreSource§impl BitOrAssign for TEXT_ALIGN_OPTIONS
impl BitOrAssign for TEXT_ALIGN_OPTIONS
Source§fn bitor_assign(&mut self, rhs: TEXT_ALIGN_OPTIONS)
fn bitor_assign(&mut self, rhs: TEXT_ALIGN_OPTIONS)
Performs the
|= operation. Read moreSource§impl Clone for TEXT_ALIGN_OPTIONS
impl Clone for TEXT_ALIGN_OPTIONS
Source§fn clone(&self) -> TEXT_ALIGN_OPTIONS
fn clone(&self) -> TEXT_ALIGN_OPTIONS
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 TEXT_ALIGN_OPTIONS
impl Debug for TEXT_ALIGN_OPTIONS
Source§impl Default for TEXT_ALIGN_OPTIONS
impl Default for TEXT_ALIGN_OPTIONS
Source§fn default() -> TEXT_ALIGN_OPTIONS
fn default() -> TEXT_ALIGN_OPTIONS
Returns the “default value” for a type. Read more
Source§impl From<u32> for TEXT_ALIGN_OPTIONS
impl From<u32> for TEXT_ALIGN_OPTIONS
Source§fn from(value: u32) -> TEXT_ALIGN_OPTIONS
fn from(value: u32) -> TEXT_ALIGN_OPTIONS
Converts to this type from the input type.
Source§impl Not for TEXT_ALIGN_OPTIONS
impl Not for TEXT_ALIGN_OPTIONS
Source§type Output = TEXT_ALIGN_OPTIONS
type Output = TEXT_ALIGN_OPTIONS
The resulting type after applying the
! operator.Source§fn not(self) -> TEXT_ALIGN_OPTIONS
fn not(self) -> TEXT_ALIGN_OPTIONS
Performs the unary
! operation. Read moreSource§impl PartialEq for TEXT_ALIGN_OPTIONS
impl PartialEq for TEXT_ALIGN_OPTIONS
impl Copy for TEXT_ALIGN_OPTIONS
impl Eq for TEXT_ALIGN_OPTIONS
impl StructuralPartialEq for TEXT_ALIGN_OPTIONS
Auto Trait Implementations§
impl Freeze for TEXT_ALIGN_OPTIONS
impl RefUnwindSafe for TEXT_ALIGN_OPTIONS
impl Send for TEXT_ALIGN_OPTIONS
impl Sync for TEXT_ALIGN_OPTIONS
impl Unpin for TEXT_ALIGN_OPTIONS
impl UnwindSafe for TEXT_ALIGN_OPTIONS
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