#[repr(transparent)]pub struct SetLayeredWindowAttributes_dwFlags(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl SetLayeredWindowAttributes_dwFlags
impl SetLayeredWindowAttributes_dwFlags
pub const LWA_ALPHA: Self
pub const LWA_COLORKEY: Self
Trait Implementations§
Source§impl Abi for SetLayeredWindowAttributes_dwFlags
impl Abi for SetLayeredWindowAttributes_dwFlags
Source§type Abi = SetLayeredWindowAttributes_dwFlags
type Abi = SetLayeredWindowAttributes_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 BitAndAssign for SetLayeredWindowAttributes_dwFlags
impl BitAndAssign for SetLayeredWindowAttributes_dwFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for SetLayeredWindowAttributes_dwFlags
impl BitOrAssign for SetLayeredWindowAttributes_dwFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for SetLayeredWindowAttributes_dwFlags
impl Clone for SetLayeredWindowAttributes_dwFlags
Source§fn clone(&self) -> SetLayeredWindowAttributes_dwFlags
fn clone(&self) -> SetLayeredWindowAttributes_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 Default for SetLayeredWindowAttributes_dwFlags
impl Default for SetLayeredWindowAttributes_dwFlags
Source§fn default() -> SetLayeredWindowAttributes_dwFlags
fn default() -> SetLayeredWindowAttributes_dwFlags
Returns the “default value” for a type. Read more
Source§impl From<u32> for SetLayeredWindowAttributes_dwFlags
impl From<u32> for SetLayeredWindowAttributes_dwFlags
Source§impl PartialEq for SetLayeredWindowAttributes_dwFlags
impl PartialEq for SetLayeredWindowAttributes_dwFlags
Source§fn eq(&self, other: &SetLayeredWindowAttributes_dwFlags) -> bool
fn eq(&self, other: &SetLayeredWindowAttributes_dwFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SetLayeredWindowAttributes_dwFlags
impl Eq for SetLayeredWindowAttributes_dwFlags
impl StructuralPartialEq for SetLayeredWindowAttributes_dwFlags
Auto Trait Implementations§
impl Freeze for SetLayeredWindowAttributes_dwFlags
impl RefUnwindSafe for SetLayeredWindowAttributes_dwFlags
impl Send for SetLayeredWindowAttributes_dwFlags
impl Sync for SetLayeredWindowAttributes_dwFlags
impl Unpin for SetLayeredWindowAttributes_dwFlags
impl UnwindSafe for SetLayeredWindowAttributes_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