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