pub struct Di128<const VAL: i128>(pub i128);Expand description
Default parameter for primitive type
Tuple Fields§
§0: i128Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const VAL: i128> Freeze for Di128<VAL>
impl<const VAL: i128> RefUnwindSafe for Di128<VAL>
impl<const VAL: i128> Send for Di128<VAL>
impl<const VAL: i128> Sync for Di128<VAL>
impl<const VAL: i128> Unpin for Di128<VAL>
impl<const VAL: i128> UnwindSafe for Di128<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