#[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 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