pub struct DynInteger<T: Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + TryFrom<u64> + IntegerBaseFunctions, const N: u8> {
pub val: T,
}Fields§
§val: TImplementations§
Trait Implementations§
Source§impl<T: Display + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + TryFrom<u64> + IntegerBaseFunctions, const N: u8> BiserdiTrait for DynInteger<T, N>
impl<T: Display + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + TryFrom<u64> + IntegerBaseFunctions, const N: u8> BiserdiTrait for DynInteger<T, N>
Auto Trait Implementations§
impl<T, const N: u8> Freeze for DynInteger<T, N>where
T: Freeze,
impl<T, const N: u8> RefUnwindSafe for DynInteger<T, N>where
T: RefUnwindSafe,
impl<T, const N: u8> Send for DynInteger<T, N>where
T: Send,
impl<T, const N: u8> Sync for DynInteger<T, N>where
T: Sync,
impl<T, const N: u8> Unpin for DynInteger<T, N>where
T: Unpin,
impl<T, const N: u8> UnwindSafe for DynInteger<T, N>where
T: UnwindSafe,
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