Struct windows::Win32::Graphics::Dwm::DWM_TAB_WINDOW_REQUIREMENTS
#[repr(transparent)]pub struct DWM_TAB_WINDOW_REQUIREMENTS(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl BitAnd for DWM_TAB_WINDOW_REQUIREMENTS
impl BitAnd for DWM_TAB_WINDOW_REQUIREMENTS
§impl BitAndAssign for DWM_TAB_WINDOW_REQUIREMENTS
impl BitAndAssign for DWM_TAB_WINDOW_REQUIREMENTS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for DWM_TAB_WINDOW_REQUIREMENTS
impl BitOr for DWM_TAB_WINDOW_REQUIREMENTS
§impl BitOrAssign for DWM_TAB_WINDOW_REQUIREMENTS
impl BitOrAssign for DWM_TAB_WINDOW_REQUIREMENTS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for DWM_TAB_WINDOW_REQUIREMENTS
impl Clone for DWM_TAB_WINDOW_REQUIREMENTS
§fn clone(&self) -> DWM_TAB_WINDOW_REQUIREMENTS
fn clone(&self) -> DWM_TAB_WINDOW_REQUIREMENTS
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 more§impl Debug for DWM_TAB_WINDOW_REQUIREMENTS
impl Debug for DWM_TAB_WINDOW_REQUIREMENTS
§impl Default for DWM_TAB_WINDOW_REQUIREMENTS
impl Default for DWM_TAB_WINDOW_REQUIREMENTS
§fn default() -> DWM_TAB_WINDOW_REQUIREMENTS
fn default() -> DWM_TAB_WINDOW_REQUIREMENTS
Returns the “default value” for a type. Read more
§impl Not for DWM_TAB_WINDOW_REQUIREMENTS
impl Not for DWM_TAB_WINDOW_REQUIREMENTS
§impl PartialEq for DWM_TAB_WINDOW_REQUIREMENTS
impl PartialEq for DWM_TAB_WINDOW_REQUIREMENTS
§fn eq(&self, other: &DWM_TAB_WINDOW_REQUIREMENTS) -> bool
fn eq(&self, other: &DWM_TAB_WINDOW_REQUIREMENTS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DWM_TAB_WINDOW_REQUIREMENTS
impl Eq for DWM_TAB_WINDOW_REQUIREMENTS
impl StructuralPartialEq for DWM_TAB_WINDOW_REQUIREMENTS
Auto Trait Implementations§
impl Freeze for DWM_TAB_WINDOW_REQUIREMENTS
impl RefUnwindSafe for DWM_TAB_WINDOW_REQUIREMENTS
impl Send for DWM_TAB_WINDOW_REQUIREMENTS
impl Sync for DWM_TAB_WINDOW_REQUIREMENTS
impl Unpin for DWM_TAB_WINDOW_REQUIREMENTS
impl UnwindSafe for DWM_TAB_WINDOW_REQUIREMENTS
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
)