pub struct Dusize<const VAL: usize>(/* private fields */);Expand description
Default parameter for primitive type
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const VAL: usize> Freeze for Dusize<VAL>
impl<const VAL: usize> RefUnwindSafe for Dusize<VAL>
impl<const VAL: usize> Send for Dusize<VAL>
impl<const VAL: usize> Sync for Dusize<VAL>
impl<const VAL: usize> Unpin for Dusize<VAL>
impl<const VAL: usize> UnwindSafe for Dusize<VAL>
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