#[repr(transparent)]pub struct CntCnt(pub u16);
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
Source§impl Ord for CntCnt
impl Ord for CntCnt
Source§impl PartialOrd for CntCnt
impl PartialOrd for CntCnt
impl Copy for CntCnt
impl Eq for CntCnt
impl StructuralPartialEq for CntCnt
Auto Trait Implementations§
impl Freeze for CntCnt
impl RefUnwindSafe for CntCnt
impl Send for CntCnt
impl Sync for CntCnt
impl Unpin for CntCnt
impl UnwindSafe for CntCnt
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§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
)