Struct windows_sys::Win32::System::SqlLite::Fts5PhraseIter
[−]Expand description
Required features: ‘Win32_System_SqlLite’
Fields
a: *const u8
b: *const u8
Trait Implementations
impl Clone for Fts5PhraseIter
impl Clone for Fts5PhraseIter
impl Copy for Fts5PhraseIter
Auto Trait Implementations
impl RefUnwindSafe for Fts5PhraseIter
impl !Send for Fts5PhraseIter
impl !Sync for Fts5PhraseIter
impl Unpin for Fts5PhraseIter
impl UnwindSafe for Fts5PhraseIter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more