#[repr(transparent)]pub struct CacheType(pub c_uint);
Tuple Fields§
§0: c_uint
Trait Implementations§
Source§impl BitAndAssign for CacheType
impl BitAndAssign for CacheType
Source§fn bitand_assign(&mut self, rhs: CacheType)
fn bitand_assign(&mut self, rhs: CacheType)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for CacheType
impl BitOrAssign for CacheType
Source§fn bitor_assign(&mut self, rhs: CacheType)
fn bitor_assign(&mut self, rhs: CacheType)
Performs the
|=
operation. Read moreimpl Copy for CacheType
impl Eq for CacheType
impl StructuralPartialEq for CacheType
Auto Trait Implementations§
impl Freeze for CacheType
impl RefUnwindSafe for CacheType
impl Send for CacheType
impl Sync for CacheType
impl Unpin for CacheType
impl UnwindSafe for CacheType
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