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