Struct ic_sqlite_features::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 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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)