#[repr(C)]pub struct ArrowArrayStream { /* private fields */ }
Expand description
ABI-compatible struct for ArrowArrayStream
.
Implementations
sourceimpl ArrowArrayStream
impl ArrowArrayStream
sourcepub fn empty() -> ArrowArrayStream
pub fn empty() -> ArrowArrayStream
Creates an empty ArrowArrayStream
used to import from a producer.
Trait Implementations
sourceimpl Debug for ArrowArrayStream
impl Debug for ArrowArrayStream
Auto Trait Implementations
impl RefUnwindSafe for ArrowArrayStream
impl !Send for ArrowArrayStream
impl !Sync for ArrowArrayStream
impl Unpin for ArrowArrayStream
impl UnwindSafe for ArrowArrayStream
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