#[repr(C)]pub struct FfiArraySchema(pub FFI_ArrowArray, pub FFI_ArrowSchema);Tuple Fields§
§0: FFI_ArrowArray§1: FFI_ArrowSchemaImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FfiArraySchema
impl RefUnwindSafe for FfiArraySchema
impl Send for FfiArraySchema
impl !Sync for FfiArraySchema
impl Unpin for FfiArraySchema
impl UnwindSafe for FfiArraySchema
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