Struct Float64Type
pub struct Float64Type {}
Expand description
64-bit floating point number type.
Trait Implementations§
§impl ArrowPrimitiveType for Float64Type
impl ArrowPrimitiveType for Float64Type
§impl Debug for Float64Type
impl Debug for Float64Type
Auto Trait Implementations§
impl Freeze for Float64Type
impl RefUnwindSafe for Float64Type
impl Send for Float64Type
impl Sync for Float64Type
impl Unpin for Float64Type
impl UnwindSafe for Float64Type
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