Trait ppv_lite86::ArithOps
source · pub trait ArithOps: Add<Output = Self> + AddAssign + Sized + Copy + Clone + BSwap { }Expand description
Ops that depend on word size
Object Safety§
This trait is not object safe.
pub trait ArithOps: Add<Output = Self> + AddAssign + Sized + Copy + Clone + BSwap { }Ops that depend on word size