pub struct ConstI128<const T: i128>;
Expand description
Const getter for a basic type.
Trait Implementations§
Auto Trait Implementations§
impl<const T: i128> Freeze for ConstI128<T>
impl<const T: i128> RefUnwindSafe for ConstI128<T>
impl<const T: i128> Send for ConstI128<T>
impl<const T: i128> Sync for ConstI128<T>
impl<const T: i128> Unpin for ConstI128<T>
impl<const T: i128> UnwindSafe for ConstI128<T>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)