Struct libsql::ffi::fts5_tokenizer
source · #[repr(C)]pub struct fts5_tokenizer {
pub xCreate: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut *const i8, _: i32, _: *mut *mut Fts5Tokenizer) -> i32>,
pub xDelete: Option<unsafe extern "C" fn(_: *mut Fts5Tokenizer)>,
pub xTokenize: Option<unsafe extern "C" fn(_: *mut Fts5Tokenizer, _: *mut c_void, _: i32, _: *const i8, _: i32, _: Option<unsafe extern "C" fn(_: *mut c_void, _: i32, _: *const i8, _: i32, _: i32, _: i32) -> i32>) -> i32>,
}Fields§
§xCreate: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut *const i8, _: i32, _: *mut *mut Fts5Tokenizer) -> i32>§xDelete: Option<unsafe extern "C" fn(_: *mut Fts5Tokenizer)>§xTokenize: Option<unsafe extern "C" fn(_: *mut Fts5Tokenizer, _: *mut c_void, _: i32, _: *const i8, _: i32, _: Option<unsafe extern "C" fn(_: *mut c_void, _: i32, _: *const i8, _: i32, _: i32, _: i32) -> i32>) -> i32>Trait Implementations§
source§impl Clone for fts5_tokenizer
impl Clone for fts5_tokenizer
source§fn clone(&self) -> fts5_tokenizer
fn clone(&self) -> fts5_tokenizer
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 fts5_tokenizer
impl Debug for fts5_tokenizer
impl Copy for fts5_tokenizer
Auto Trait Implementations§
impl RefUnwindSafe for fts5_tokenizer
impl Send for fts5_tokenizer
impl Sync for fts5_tokenizer
impl Unpin for fts5_tokenizer
impl UnwindSafe for fts5_tokenizer
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request