#[repr(C)]
pub struct fts5_tokenizer { pub xCreate: Option<unsafe extern "C" fn(arg1: *mut c_void, azArg: *mut *const c_char, nArg: c_int, ppOut: *mut *mut Fts5Tokenizer) -> c_int>, pub xDelete: Option<unsafe extern "C" fn(arg1: *mut Fts5Tokenizer)>, pub xTokenize: Option<unsafe extern "C" fn(arg1: *mut Fts5Tokenizer, pCtx: *mut c_void, flags: c_int, pText: *const c_char, nText: c_int, xToken: Option<unsafe extern "C" fn(pCtx: *mut c_void, tflags: c_int, pToken: *const c_char, nToken: c_int, iStart: c_int, iEnd: c_int) -> c_int>) -> c_int>, }

Fields

xCreate: Option<unsafe extern "C" fn(arg1: *mut c_void, azArg: *mut *const c_char, nArg: c_int, ppOut: *mut *mut Fts5Tokenizer) -> c_int>xDelete: Option<unsafe extern "C" fn(arg1: *mut Fts5Tokenizer)>xTokenize: Option<unsafe extern "C" fn(arg1: *mut Fts5Tokenizer, pCtx: *mut c_void, flags: c_int, pText: *const c_char, nText: c_int, xToken: Option<unsafe extern "C" fn(pCtx: *mut c_void, tflags: c_int, pToken: *const c_char, nToken: c_int, iStart: c_int, iEnd: c_int) -> c_int>) -> c_int>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.