#[repr(transparent)]pub struct SetWindowPos_uFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl SetWindowPos_uFlags
impl SetWindowPos_uFlags
pub const SWP_ASYNCWINDOWPOS: Self
pub const SWP_DEFERERASE: Self
pub const SWP_DRAWFRAME: Self
pub const SWP_FRAMECHANGED: Self
pub const SWP_HIDEWINDOW: Self
pub const SWP_NOACTIVATE: Self
pub const SWP_NOCOPYBITS: Self
pub const SWP_NOMOVE: Self
pub const SWP_NOOWNERZORDER: Self
pub const SWP_NOREDRAW: Self
pub const SWP_NOREPOSITION: Self
pub const SWP_NOSENDCHANGING: Self
pub const SWP_NOSIZE: Self
pub const SWP_NOZORDER: Self
pub const SWP_SHOWWINDOW: Self
pub const SWP__NOOWNERZORDER: Self
Trait Implementations§
Source§impl Abi for SetWindowPos_uFlags
impl Abi for SetWindowPos_uFlags
Source§type Abi = SetWindowPos_uFlags
type Abi = SetWindowPos_uFlags
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 SetWindowPos_uFlags
impl BitAnd for SetWindowPos_uFlags
Source§impl BitAndAssign for SetWindowPos_uFlags
impl BitAndAssign for SetWindowPos_uFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for SetWindowPos_uFlags
impl BitOr for SetWindowPos_uFlags
Source§impl BitOrAssign for SetWindowPos_uFlags
impl BitOrAssign for SetWindowPos_uFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for SetWindowPos_uFlags
impl Clone for SetWindowPos_uFlags
Source§fn clone(&self) -> SetWindowPos_uFlags
fn clone(&self) -> SetWindowPos_uFlags
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 SetWindowPos_uFlags
impl Debug for SetWindowPos_uFlags
Source§impl Default for SetWindowPos_uFlags
impl Default for SetWindowPos_uFlags
Source§fn default() -> SetWindowPos_uFlags
fn default() -> SetWindowPos_uFlags
Returns the “default value” for a type. Read more
Source§impl From<u32> for SetWindowPos_uFlags
impl From<u32> for SetWindowPos_uFlags
Source§impl PartialEq for SetWindowPos_uFlags
impl PartialEq for SetWindowPos_uFlags
impl Copy for SetWindowPos_uFlags
impl Eq for SetWindowPos_uFlags
impl StructuralPartialEq for SetWindowPos_uFlags
Auto Trait Implementations§
impl Freeze for SetWindowPos_uFlags
impl RefUnwindSafe for SetWindowPos_uFlags
impl Send for SetWindowPos_uFlags
impl Sync for SetWindowPos_uFlags
impl Unpin for SetWindowPos_uFlags
impl UnwindSafe for SetWindowPos_uFlags
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