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