#[repr(C)]pub struct IEmailQueryTextSearch_Vtbl {
pub base__: IInspectable_Vtbl,
pub Fields: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailQuerySearchFields) -> HRESULT,
pub SetFields: unsafe extern "system" fn(_: *mut c_void, _: EmailQuerySearchFields) -> HRESULT,
pub SearchScope: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailQuerySearchScope) -> HRESULT,
pub SetSearchScope: unsafe extern "system" fn(_: *mut c_void, _: EmailQuerySearchScope) -> HRESULT,
pub Text: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetText: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Fields: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailQuerySearchFields) -> HRESULT
§SetFields: unsafe extern "system" fn(_: *mut c_void, _: EmailQuerySearchFields) -> HRESULT
§SearchScope: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailQuerySearchScope) -> HRESULT
§SetSearchScope: unsafe extern "system" fn(_: *mut c_void, _: EmailQuerySearchScope) -> HRESULT
§Text: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetText: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
Auto Trait Implementations§
impl Freeze for IEmailQueryTextSearch_Vtbl
impl RefUnwindSafe for IEmailQueryTextSearch_Vtbl
impl Send for IEmailQueryTextSearch_Vtbl
impl Sync for IEmailQueryTextSearch_Vtbl
impl Unpin for IEmailQueryTextSearch_Vtbl
impl UnwindSafe for IEmailQueryTextSearch_Vtbl
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