pub struct ConstUSize<const VALUE: usize>;
Trait Implementations§
Auto Trait Implementations§
impl<const VALUE: usize> Freeze for ConstUSize<VALUE>
impl<const VALUE: usize> RefUnwindSafe for ConstUSize<VALUE>
impl<const VALUE: usize> Send for ConstUSize<VALUE>
impl<const VALUE: usize> Sync for ConstUSize<VALUE>
impl<const VALUE: usize> Unpin for ConstUSize<VALUE>
impl<const VALUE: usize> UnwindSafe for ConstUSize<VALUE>
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