#[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>,
}Available on crate feature
core only.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 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 fts5_tokenizer
impl Debug for fts5_tokenizer
impl Copy for fts5_tokenizer
Auto Trait Implementations§
impl Freeze for fts5_tokenizer
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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