pub struct U8<const N: u8>;Expand description
A
u8
represented as a type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const N: u8> Freeze for U8<N>
impl<const N: u8> RefUnwindSafe for U8<N>
impl<const N: u8> Send for U8<N>
impl<const N: u8> Sync for U8<N>
impl<const N: u8> Unpin for U8<N>
impl<const N: u8> UnsafeUnpin for U8<N>
impl<const N: u8> UnwindSafe for U8<N>
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