Struct WTS_CACHEFLAGS
#[repr(transparent)]pub struct WTS_CACHEFLAGS(pub i32);Tuple Fields§
§0: i32Implementations§
§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
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