Struct win_wrap::common::WINDOW_STYLE
source · #[repr(transparent)]pub struct WINDOW_STYLE(pub u32);Tuple Fields§
§0: u32Implementations§
source§impl WINDOW_STYLE
impl WINDOW_STYLE
pub const fn contains(&self, other: WINDOW_STYLE) -> bool
Trait Implementations§
source§impl BitAnd for WINDOW_STYLE
impl BitAnd for WINDOW_STYLE
§type Output = WINDOW_STYLE
type Output = WINDOW_STYLE
The resulting type after applying the
& operator.source§fn bitand(self, other: WINDOW_STYLE) -> WINDOW_STYLE
fn bitand(self, other: WINDOW_STYLE) -> WINDOW_STYLE
Performs the
& operation. Read moresource§impl BitAndAssign for WINDOW_STYLE
impl BitAndAssign for WINDOW_STYLE
source§fn bitand_assign(&mut self, other: WINDOW_STYLE)
fn bitand_assign(&mut self, other: WINDOW_STYLE)
Performs the
&= operation. Read moresource§impl BitOr for WINDOW_STYLE
impl BitOr for WINDOW_STYLE
§type Output = WINDOW_STYLE
type Output = WINDOW_STYLE
The resulting type after applying the
| operator.source§fn bitor(self, other: WINDOW_STYLE) -> WINDOW_STYLE
fn bitor(self, other: WINDOW_STYLE) -> WINDOW_STYLE
Performs the
| operation. Read moresource§impl BitOrAssign for WINDOW_STYLE
impl BitOrAssign for WINDOW_STYLE
source§fn bitor_assign(&mut self, other: WINDOW_STYLE)
fn bitor_assign(&mut self, other: WINDOW_STYLE)
Performs the
|= operation. Read moresource§impl Clone for WINDOW_STYLE
impl Clone for WINDOW_STYLE
source§fn clone(&self) -> WINDOW_STYLE
fn clone(&self) -> WINDOW_STYLE
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 WINDOW_STYLE
impl Debug for WINDOW_STYLE
source§impl Default for WINDOW_STYLE
impl Default for WINDOW_STYLE
source§fn default() -> WINDOW_STYLE
fn default() -> WINDOW_STYLE
Returns the “default value” for a type. Read more
source§impl Not for WINDOW_STYLE
impl Not for WINDOW_STYLE
§type Output = WINDOW_STYLE
type Output = WINDOW_STYLE
The resulting type after applying the
! operator.source§fn not(self) -> WINDOW_STYLE
fn not(self) -> WINDOW_STYLE
Performs the unary
! operation. Read moresource§impl PartialEq for WINDOW_STYLE
impl PartialEq for WINDOW_STYLE
source§fn eq(&self, other: &WINDOW_STYLE) -> bool
fn eq(&self, other: &WINDOW_STYLE) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for WINDOW_STYLE
impl Eq for WINDOW_STYLE
impl StructuralPartialEq for WINDOW_STYLE
Auto Trait Implementations§
impl Freeze for WINDOW_STYLE
impl RefUnwindSafe for WINDOW_STYLE
impl Send for WINDOW_STYLE
impl Sync for WINDOW_STYLE
impl Unpin for WINDOW_STYLE
impl UnwindSafe for WINDOW_STYLE
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)