Struct arrow::datatypes::Float32Type
source · pub struct Float32Type {}
Expand description
A 32-bit floating point number type.
Trait Implementations§
source§impl ArrowPrimitiveType for Float32Type
impl ArrowPrimitiveType for Float32Type
source§impl Debug for Float32Type
impl Debug for Float32Type
Auto Trait Implementations§
impl Freeze for Float32Type
impl RefUnwindSafe for Float32Type
impl Send for Float32Type
impl Sync for Float32Type
impl Unpin for Float32Type
impl UnwindSafe for Float32Type
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