#[repr(C)]pub struct _duckdb_table_description {
pub internal_ptr: *mut c_void,
}
Expand description
! The table description allows querying info about the table.
! Must be destroyed with duckdb_table_description_destroy
.
Fields§
§internal_ptr: *mut c_void
Trait Implementations§
Source§impl Clone for _duckdb_table_description
impl Clone for _duckdb_table_description
Source§fn clone(&self) -> _duckdb_table_description
fn clone(&self) -> _duckdb_table_description
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _duckdb_table_description
impl Debug for _duckdb_table_description
impl Copy for _duckdb_table_description
Auto Trait Implementations§
impl Freeze for _duckdb_table_description
impl RefUnwindSafe for _duckdb_table_description
impl !Send for _duckdb_table_description
impl !Sync for _duckdb_table_description
impl Unpin for _duckdb_table_description
impl UnwindSafe for _duckdb_table_description
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