#[repr(transparent)]pub struct TILE_WINDOWS_HOW(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for TILE_WINDOWS_HOW
impl BitAnd for TILE_WINDOWS_HOW
Source§type Output = TILE_WINDOWS_HOW
type Output = TILE_WINDOWS_HOW
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: TILE_WINDOWS_HOW) -> TILE_WINDOWS_HOW
fn bitand(self, rhs: TILE_WINDOWS_HOW) -> TILE_WINDOWS_HOW
Performs the
& operation. Read moreSource§impl BitAndAssign for TILE_WINDOWS_HOW
impl BitAndAssign for TILE_WINDOWS_HOW
Source§fn bitand_assign(&mut self, rhs: TILE_WINDOWS_HOW)
fn bitand_assign(&mut self, rhs: TILE_WINDOWS_HOW)
Performs the
&= operation. Read moreSource§impl BitOr for TILE_WINDOWS_HOW
impl BitOr for TILE_WINDOWS_HOW
Source§type Output = TILE_WINDOWS_HOW
type Output = TILE_WINDOWS_HOW
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: TILE_WINDOWS_HOW) -> TILE_WINDOWS_HOW
fn bitor(self, rhs: TILE_WINDOWS_HOW) -> TILE_WINDOWS_HOW
Performs the
| operation. Read moreSource§impl BitOrAssign for TILE_WINDOWS_HOW
impl BitOrAssign for TILE_WINDOWS_HOW
Source§fn bitor_assign(&mut self, rhs: TILE_WINDOWS_HOW)
fn bitor_assign(&mut self, rhs: TILE_WINDOWS_HOW)
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§fn from(value: u32) -> TILE_WINDOWS_HOW
fn from(value: u32) -> TILE_WINDOWS_HOW
Converts to this type from the input type.
Source§impl Not for TILE_WINDOWS_HOW
impl Not for TILE_WINDOWS_HOW
Source§type Output = TILE_WINDOWS_HOW
type Output = TILE_WINDOWS_HOW
The resulting type after applying the
! operator.Source§fn not(self) -> TILE_WINDOWS_HOW
fn not(self) -> TILE_WINDOWS_HOW
Performs the unary
! operation. Read moreSource§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