pub struct ConstI64<const N: i64> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const N: i64> Freeze for ConstI64<N>
impl<const N: i64> RefUnwindSafe for ConstI64<N>
impl<const N: i64> Send for ConstI64<N>
impl<const N: i64> Sync for ConstI64<N>
impl<const N: i64> Unpin for ConstI64<N>
impl<const N: i64> UnwindSafe for ConstI64<N>
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