#[repr(transparent)]pub struct WINDOWPLACEMENT_flags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl WINDOWPLACEMENT_flags
impl WINDOWPLACEMENT_flags
pub const WPF_ASYNCWINDOWPLACEMENT: Self
pub const WPF_RESTORETOMAXIMIZED: Self
pub const WPF_SETMINPOSITION: Self
Trait Implementations§
Source§impl Abi for WINDOWPLACEMENT_flags
impl Abi for WINDOWPLACEMENT_flags
Source§type Abi = WINDOWPLACEMENT_flags
type Abi = WINDOWPLACEMENT_flags
The abi representation of the implementing type. Read more
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.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for WINDOWPLACEMENT_flags
impl BitAnd for WINDOWPLACEMENT_flags
Source§impl BitAndAssign for WINDOWPLACEMENT_flags
impl BitAndAssign for WINDOWPLACEMENT_flags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for WINDOWPLACEMENT_flags
impl BitOr for WINDOWPLACEMENT_flags
Source§impl BitOrAssign for WINDOWPLACEMENT_flags
impl BitOrAssign for WINDOWPLACEMENT_flags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
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 duplicate 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§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