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