pub struct DynInteger<T: Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + IntegerBaseFunctions + Default, 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 + Default, const N: u8> BiserdiTrait for DynInteger<T, N>
impl<T: Display + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + TryFrom<u64> + IntegerBaseFunctions + Default, const N: u8> BiserdiTrait for DynInteger<T, N>
Source§impl<T: Clone + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + IntegerBaseFunctions + Default, const N: u8> Clone for DynInteger<T, N>
impl<T: Clone + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + IntegerBaseFunctions + Default, const N: u8> Clone for DynInteger<T, N>
Source§fn clone(&self) -> DynInteger<T, N>
fn clone(&self) -> DynInteger<T, N>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<T: Debug + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + IntegerBaseFunctions + Default, const N: u8> Debug for DynInteger<T, N>
impl<T: Debug + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + IntegerBaseFunctions + Default, const N: u8> Debug for DynInteger<T, N>
Source§impl<T: Default + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + IntegerBaseFunctions + Default, const N: u8> Default for DynInteger<T, N>
impl<T: Default + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + IntegerBaseFunctions + Default, const N: u8> Default for DynInteger<T, N>
Source§fn default() -> DynInteger<T, N>
fn default() -> DynInteger<T, N>
Returns the “default value” for a type. Read more
Source§impl<T: Display + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + TryFrom<u64> + IntegerBaseFunctions + Default, const N: u8> Display for DynInteger<T, N>
impl<T: Display + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + TryFrom<u64> + IntegerBaseFunctions + Default, const N: u8> Display for DynInteger<T, N>
Source§impl<T: PartialEq + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + IntegerBaseFunctions + Default, const N: u8> PartialEq for DynInteger<T, N>
impl<T: PartialEq + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + IntegerBaseFunctions + Default, const N: u8> PartialEq for DynInteger<T, N>
impl<T: Copy + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + IntegerBaseFunctions + Default, const N: u8> Copy for DynInteger<T, N>
impl<T: Eq + Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + IntegerBaseFunctions + Default, const N: u8> Eq for DynInteger<T, N>
impl<T: Sized + Copy + BiserdiTraitVarBitSize + AddAssign + Shl<Output = T> + Shr + Ord + PartialEq + IntegerBaseFunctions + Default, const N: u8> StructuralPartialEq 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