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