Struct quackdb_internal::handles::FunctionInfoHandle
source · pub struct FunctionInfoHandle { /* private fields */ }
Implementations§
source§impl FunctionInfoHandle
impl FunctionInfoHandle
pub unsafe fn from_raw(handle: duckdb_function_info) -> Self
pub fn get_extra_info(&self) -> *mut c_void
pub fn get_bind_data(&self) -> *mut c_void
pub fn get_init_data(&self) -> *mut c_void
pub fn get_local_init_data(&self) -> *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FunctionInfoHandle
impl !Send for FunctionInfoHandle
impl !Sync for FunctionInfoHandle
impl Unpin for FunctionInfoHandle
impl UnwindSafe for FunctionInfoHandle
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