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