pub struct ExportedArrowArrayStream { /* private fields */ }Expand description
Owned Arrow C Stream export.
Implementations§
Source§impl ExportedArrowArrayStream
impl ExportedArrowArrayStream
Sourcepub fn as_mut_ptr(&mut self) -> *mut ArrowArrayStream
pub fn as_mut_ptr(&mut self) -> *mut ArrowArrayStream
Returns a mutable raw stream pointer for FFI handoff.
Trait Implementations§
Source§impl Drop for ExportedArrowArrayStream
impl Drop for ExportedArrowArrayStream
Auto Trait Implementations§
impl Freeze for ExportedArrowArrayStream
impl RefUnwindSafe for ExportedArrowArrayStream
impl !Send for ExportedArrowArrayStream
impl !Sync for ExportedArrowArrayStream
impl Unpin for ExportedArrowArrayStream
impl UnsafeUnpin for ExportedArrowArrayStream
impl UnwindSafe for ExportedArrowArrayStream
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