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