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