pub struct FtsComp;
Implementations§
Source§impl FtsComp
impl FtsComp
pub extern "C" fn by_name_ascending( ent0: FtsCompIn, ent1: FtsCompIn, ) -> c_int
pub extern "C" fn by_name_descending( ent0: FtsCompIn, ent1: FtsCompIn, ) -> c_int
pub extern "C" fn by_atime_ascending( ent0: FtsCompIn, ent1: FtsCompIn, ) -> c_int
pub extern "C" fn by_atime_descending( ent0: FtsCompIn, ent1: FtsCompIn, ) -> c_int
pub extern "C" fn by_mtime_ascending( ent0: FtsCompIn, ent1: FtsCompIn, ) -> c_int
pub extern "C" fn by_mtime_descending( ent0: FtsCompIn, ent1: FtsCompIn, ) -> c_int
pub extern "C" fn by_ctime_ascending( ent0: FtsCompIn, ent1: FtsCompIn, ) -> c_int
pub extern "C" fn by_ctime_descending( ent0: FtsCompIn, ent1: FtsCompIn, ) -> c_int
pub extern "C" fn by_len_ascending( ent0: FtsCompIn, ent1: FtsCompIn, ) -> c_int
pub extern "C" fn by_len_descending( ent0: FtsCompIn, ent1: FtsCompIn, ) -> c_int
Auto Trait Implementations§
impl Freeze for FtsComp
impl RefUnwindSafe for FtsComp
impl Send for FtsComp
impl Sync for FtsComp
impl Unpin for FtsComp
impl UnwindSafe for FtsComp
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