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