struct ExportedArrayStream {
stream: *mut FFI_ArrowArrayStream,
}Fields§
§stream: *mut FFI_ArrowArrayStreamImplementations§
Source§impl ExportedArrayStream
impl ExportedArrayStream
fn get_private_data(&mut self) -> &mut StreamPrivateData
pub fn get_schema(&mut self, out: *mut FFI_ArrowSchema) -> i32
pub fn get_next(&mut self, out: *mut FFI_ArrowArray) -> i32
pub fn get_last_error(&mut self) -> Option<&CString>
Auto Trait Implementations§
impl Freeze for ExportedArrayStream
impl RefUnwindSafe for ExportedArrayStream
impl !Send for ExportedArrayStream
impl !Sync for ExportedArrayStream
impl Unpin for ExportedArrayStream
impl UnsafeUnpin for ExportedArrayStream
impl UnwindSafe for ExportedArrayStream
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