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