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