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