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 Freeze for FunctionInfoHandle
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