pub struct UInt16Type {}Expand description
Unsigned 16-bit integer type.
Trait Implementations§
impl ArrowDictionaryKeyType for UInt16Type
Source§impl ArrowPrimitiveType for UInt16Type
impl ArrowPrimitiveType for UInt16Type
Auto Trait Implementations§
impl Freeze for UInt16Type
impl RefUnwindSafe for UInt16Type
impl Send for UInt16Type
impl Sync for UInt16Type
impl Unpin for UInt16Type
impl UnsafeUnpin for UInt16Type
impl UnwindSafe for UInt16Type
Blanket Implementations§
impl<T> Allocation for T
impl<T> ArrowNumericType for Twhere
T: ArrowPrimitiveType,
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