pub struct Int2;Trait Implementations§
Source§impl ArithmeticOutput<Float4> for Int2
impl ArithmeticOutput<Float4> for Int2
Source§impl ArithmeticOutput<Float8> for Int2
impl ArithmeticOutput<Float8> for Int2
Source§impl ArithmeticOutput<Int2> for Float4
impl ArithmeticOutput<Int2> for Float4
Source§impl ArithmeticOutput<Int2> for Float8
impl ArithmeticOutput<Int2> for Float8
Source§impl ArithmeticOutput<Int2> for Int4
impl ArithmeticOutput<Int2> for Int4
Source§impl ArithmeticOutput<Int2> for Int8
impl ArithmeticOutput<Int2> for Int8
Source§impl ArithmeticOutput<Int2> for Numeric
impl ArithmeticOutput<Int2> for Numeric
Source§impl ArithmeticOutput<Int4> for Int2
impl ArithmeticOutput<Int4> for Int2
Source§impl ArithmeticOutput<Int8> for Int2
impl ArithmeticOutput<Int8> for Int2
Source§impl ArithmeticOutput<Numeric> for Int2
impl ArithmeticOutput<Numeric> for Int2
Source§impl ArithmeticOutput for Int2
impl ArithmeticOutput for Int2
impl Assignable<Int2> for Any
impl Assignable<Int2> for Float4
impl Assignable<Int2> for Float8
impl Assignable<Int2> for Int4
impl Assignable<Int2> for Int8
impl Assignable<Int2> for Numeric
impl Assignable for Int2
impl Compatible<Any> for Int2
impl Compatible<Float4> for Int2
impl Compatible<Float8> for Int2
impl Compatible<Int2> for Any
impl Compatible<Int2> for Float4
impl Compatible<Int2> for Float8
impl Compatible<Int2> for Int4
impl Compatible<Int2> for Int8
impl Compatible<Int2> for Numeric
impl Compatible<Int2> for Placeholder
impl Compatible<Int4> for Int2
impl Compatible<Int8> for Int2
impl Compatible<Numeric> for Int2
impl Compatible<Placeholder> for Int2
impl Compatible for Int2
impl Copy for Int2
impl DataType for Int2
impl Eq for Int2
impl Integral for Int2
impl Numeric for Int2
impl StructuralPartialEq for Int2
Auto Trait Implementations§
impl Freeze for Int2
impl RefUnwindSafe for Int2
impl Send for Int2
impl Sync for Int2
impl Unpin for Int2
impl UnsafeUnpin for Int2
impl UnwindSafe for Int2
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