#[repr(C)]pub struct _duckdb_config {
pub __cnfg: *mut c_void,
}
Fields§
§__cnfg: *mut c_void
Trait Implementations§
Source§impl Clone for _duckdb_config
impl Clone for _duckdb_config
Source§fn clone(&self) -> _duckdb_config
fn clone(&self) -> _duckdb_config
Returns a copy 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_config
impl Debug for _duckdb_config
impl Copy for _duckdb_config
Auto Trait Implementations§
impl Freeze for _duckdb_config
impl RefUnwindSafe for _duckdb_config
impl !Send for _duckdb_config
impl !Sync for _duckdb_config
impl Unpin for _duckdb_config
impl UnwindSafe for _duckdb_config
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