pub struct Uint;
Expand description
Unsigned integer representation
Trait Implementations§
Source§impl ChannelRepr<_16> for Uint
impl ChannelRepr<_16> for Uint
Source§impl ChannelRepr<_32> for Uint
impl ChannelRepr<_32> for Uint
Source§impl ChannelRepr<_64> for Uint
impl ChannelRepr<_64> for Uint
Source§impl ChannelRepr<_8> for Uint
impl ChannelRepr<_8> for Uint
impl Copy for Uint
Auto Trait Implementations§
impl Freeze for Uint
impl RefUnwindSafe for Uint
impl Send for Uint
impl Sync for Uint
impl Unpin for Uint
impl UnwindSafe for Uint
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
)