struct ArrayPrivateData {
buffers: Vec<Option<Buffer>>,
buffers_ptr: Box<[*const c_void]>,
children: Box<[*mut FFI_ArrowArray]>,
dictionary: *mut FFI_ArrowArray,
}
Fields§
§buffers: Vec<Option<Buffer>>
§buffers_ptr: Box<[*const c_void]>
§children: Box<[*mut FFI_ArrowArray]>
§dictionary: *mut FFI_ArrowArray
Auto Trait Implementations§
impl Freeze for ArrayPrivateData
impl RefUnwindSafe for ArrayPrivateData
impl !Send for ArrayPrivateData
impl !Sync for ArrayPrivateData
impl Unpin for ArrayPrivateData
impl UnwindSafe for ArrayPrivateData
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