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