pub struct ExportedArrowDeviceArray { /* private fields */ }Expand description
Owned CPU device-array export.
Implementations§
Source§impl ExportedArrowDeviceArray
impl ExportedArrowDeviceArray
Sourcepub fn schema(&mut self) -> &mut ExportedArrowSchema
pub fn schema(&mut self) -> &mut ExportedArrowSchema
Returns the exported schema.
Sourcepub fn as_mut_ptr(&mut self) -> *mut ArrowDeviceArray
pub fn as_mut_ptr(&mut self) -> *mut ArrowDeviceArray
Returns a mutable device-array pointer for FFI handoff.
Trait Implementations§
Source§impl Drop for ExportedArrowDeviceArray
impl Drop for ExportedArrowDeviceArray
Auto Trait Implementations§
impl Freeze for ExportedArrowDeviceArray
impl RefUnwindSafe for ExportedArrowDeviceArray
impl !Send for ExportedArrowDeviceArray
impl !Sync for ExportedArrowDeviceArray
impl Unpin for ExportedArrowDeviceArray
impl UnsafeUnpin for ExportedArrowDeviceArray
impl UnwindSafe for ExportedArrowDeviceArray
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