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