#[repr(C)]pub struct _duckdb_instance_cache {
pub internal_ptr: *mut c_void,
}
Expand description
! A database instance cache object. Must be destroyed with duckdb_destroy_instance_cache
.
Fields§
§internal_ptr: *mut c_void
Trait Implementations§
Source§impl Clone for _duckdb_instance_cache
impl Clone for _duckdb_instance_cache
Source§fn clone(&self) -> _duckdb_instance_cache
fn clone(&self) -> _duckdb_instance_cache
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_instance_cache
impl Debug for _duckdb_instance_cache
impl Copy for _duckdb_instance_cache
Auto Trait Implementations§
impl Freeze for _duckdb_instance_cache
impl RefUnwindSafe for _duckdb_instance_cache
impl !Send for _duckdb_instance_cache
impl !Sync for _duckdb_instance_cache
impl Unpin for _duckdb_instance_cache
impl UnwindSafe for _duckdb_instance_cache
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