Struct win_wrap::shell::SLGP_FLAGS
source · #[repr(transparent)]pub struct SLGP_FLAGS(pub i32);Tuple Fields§
§0: i32Implementations§
source§impl SLGP_FLAGS
impl SLGP_FLAGS
pub const fn contains(&self, other: SLGP_FLAGS) -> bool
Trait Implementations§
source§impl BitAnd for SLGP_FLAGS
impl BitAnd for SLGP_FLAGS
§type Output = SLGP_FLAGS
type Output = SLGP_FLAGS
The resulting type after applying the
& operator.source§fn bitand(self, other: SLGP_FLAGS) -> SLGP_FLAGS
fn bitand(self, other: SLGP_FLAGS) -> SLGP_FLAGS
Performs the
& operation. Read moresource§impl BitAndAssign for SLGP_FLAGS
impl BitAndAssign for SLGP_FLAGS
source§fn bitand_assign(&mut self, other: SLGP_FLAGS)
fn bitand_assign(&mut self, other: SLGP_FLAGS)
Performs the
&= operation. Read moresource§impl BitOr for SLGP_FLAGS
impl BitOr for SLGP_FLAGS
§type Output = SLGP_FLAGS
type Output = SLGP_FLAGS
The resulting type after applying the
| operator.source§fn bitor(self, other: SLGP_FLAGS) -> SLGP_FLAGS
fn bitor(self, other: SLGP_FLAGS) -> SLGP_FLAGS
Performs the
| operation. Read moresource§impl BitOrAssign for SLGP_FLAGS
impl BitOrAssign for SLGP_FLAGS
source§fn bitor_assign(&mut self, other: SLGP_FLAGS)
fn bitor_assign(&mut self, other: SLGP_FLAGS)
Performs the
|= operation. Read moresource§impl Clone for SLGP_FLAGS
impl Clone for SLGP_FLAGS
source§fn clone(&self) -> SLGP_FLAGS
fn clone(&self) -> SLGP_FLAGS
Returns a copy 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 SLGP_FLAGS
impl Debug for SLGP_FLAGS
source§impl Default for SLGP_FLAGS
impl Default for SLGP_FLAGS
source§fn default() -> SLGP_FLAGS
fn default() -> SLGP_FLAGS
Returns the “default value” for a type. Read more
source§impl Not for SLGP_FLAGS
impl Not for SLGP_FLAGS
§type Output = SLGP_FLAGS
type Output = SLGP_FLAGS
The resulting type after applying the
! operator.source§fn not(self) -> SLGP_FLAGS
fn not(self) -> SLGP_FLAGS
Performs the unary
! operation. Read moresource§impl PartialEq for SLGP_FLAGS
impl PartialEq for SLGP_FLAGS
impl Copy for SLGP_FLAGS
impl Eq for SLGP_FLAGS
impl StructuralPartialEq for SLGP_FLAGS
Auto Trait Implementations§
impl Freeze for SLGP_FLAGS
impl RefUnwindSafe for SLGP_FLAGS
impl Send for SLGP_FLAGS
impl Sync for SLGP_FLAGS
impl Unpin for SLGP_FLAGS
impl UnwindSafe for SLGP_FLAGS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)