#[repr(C)]pub struct ArrowArray { /* private fields */ }
Expand description
ABI-compatible struct for ArrowArray
Implementations
sourceimpl ArrowArray
impl ArrowArray
sourcepub fn empty() -> ArrowArray
pub fn empty() -> ArrowArray
creates an empty ArrowArray
, which can be used to import data into
Trait Implementations
sourceimpl Debug for ArrowArray
impl Debug for ArrowArray
sourceimpl Drop for ArrowArray
impl Drop for ArrowArray
impl Send for ArrowArray
impl Sync for ArrowArray
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more