pub struct Int<const N: u128>;Trait Implementations§
impl<const N: u128, const M: u128> BitsAllClear<M> for Int<N>
impl<const N: u128, const M: u128> BitsAllSet<M> for Int<N>
impl<const N: u128, const M: u128> BitsAnyClear<M> for Int<N>
impl<const N: u128, const M: u128> BitsAnySet<M> for Int<N>
impl<const N: u128> IsPowerOf2 for Int<N>
Auto Trait Implementations§
impl<const N: u128> Freeze for Int<N>
impl<const N: u128> RefUnwindSafe for Int<N>
impl<const N: u128> Send for Int<N>
impl<const N: u128> Sync for Int<N>
impl<const N: u128> Unpin for Int<N>
impl<const N: u128> UnwindSafe for Int<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