#[repr(transparent)]pub struct UpdateLayeredWindow_dwFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl UpdateLayeredWindow_dwFlags
impl UpdateLayeredWindow_dwFlags
pub const ULW_ALPHA: Self
pub const ULW_COLORKEY: Self
pub const ULW_OPAQUE: Self
pub const ULW_EX_NORESIZE: Self
Trait Implementations§
Source§impl Abi for UpdateLayeredWindow_dwFlags
impl Abi for UpdateLayeredWindow_dwFlags
Source§type Abi = UpdateLayeredWindow_dwFlags
type Abi = UpdateLayeredWindow_dwFlags
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 UpdateLayeredWindow_dwFlags
impl BitAnd for UpdateLayeredWindow_dwFlags
Source§impl BitAndAssign for UpdateLayeredWindow_dwFlags
impl BitAndAssign for UpdateLayeredWindow_dwFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for UpdateLayeredWindow_dwFlags
impl BitOr for UpdateLayeredWindow_dwFlags
Source§impl BitOrAssign for UpdateLayeredWindow_dwFlags
impl BitOrAssign for UpdateLayeredWindow_dwFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for UpdateLayeredWindow_dwFlags
impl Clone for UpdateLayeredWindow_dwFlags
Source§fn clone(&self) -> UpdateLayeredWindow_dwFlags
fn clone(&self) -> UpdateLayeredWindow_dwFlags
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 UpdateLayeredWindow_dwFlags
impl Debug for UpdateLayeredWindow_dwFlags
Source§impl Default for UpdateLayeredWindow_dwFlags
impl Default for UpdateLayeredWindow_dwFlags
Source§fn default() -> UpdateLayeredWindow_dwFlags
fn default() -> UpdateLayeredWindow_dwFlags
Returns the “default value” for a type. Read more
Source§impl From<u32> for UpdateLayeredWindow_dwFlags
impl From<u32> for UpdateLayeredWindow_dwFlags
impl Copy for UpdateLayeredWindow_dwFlags
impl Eq for UpdateLayeredWindow_dwFlags
impl StructuralPartialEq for UpdateLayeredWindow_dwFlags
Auto Trait Implementations§
impl Freeze for UpdateLayeredWindow_dwFlags
impl RefUnwindSafe for UpdateLayeredWindow_dwFlags
impl Send for UpdateLayeredWindow_dwFlags
impl Sync for UpdateLayeredWindow_dwFlags
impl Unpin for UpdateLayeredWindow_dwFlags
impl UnwindSafe for UpdateLayeredWindow_dwFlags
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