Struct windows::Win32::UI::Magnification::MW_FILTERMODE
#[repr(transparent)]pub struct MW_FILTERMODE(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for MW_FILTERMODE
impl Clone for MW_FILTERMODE
§fn clone(&self) -> MW_FILTERMODE
fn clone(&self) -> MW_FILTERMODE
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 MW_FILTERMODE
impl Debug for MW_FILTERMODE
§impl Default for MW_FILTERMODE
impl Default for MW_FILTERMODE
§fn default() -> MW_FILTERMODE
fn default() -> MW_FILTERMODE
Returns the “default value” for a type. Read more
§impl PartialEq for MW_FILTERMODE
impl PartialEq for MW_FILTERMODE
§fn eq(&self, other: &MW_FILTERMODE) -> bool
fn eq(&self, other: &MW_FILTERMODE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MW_FILTERMODE
impl Eq for MW_FILTERMODE
impl StructuralPartialEq for MW_FILTERMODE
Auto Trait Implementations§
impl Freeze for MW_FILTERMODE
impl RefUnwindSafe for MW_FILTERMODE
impl Send for MW_FILTERMODE
impl Sync for MW_FILTERMODE
impl Unpin for MW_FILTERMODE
impl UnwindSafe for MW_FILTERMODE
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
)