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