Struct windows::ApplicationModel::Email::IEmailQueryOptions_Vtbl
#[repr(C)]pub struct IEmailQueryOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub TextSearch: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SortDirection: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailQuerySortDirection) -> HRESULT,
pub SetSortDirection: unsafe extern "system" fn(_: *mut c_void, _: EmailQuerySortDirection) -> HRESULT,
pub SortProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailQuerySortProperty) -> HRESULT,
pub SetSortProperty: unsafe extern "system" fn(_: *mut c_void, _: EmailQuerySortProperty) -> HRESULT,
pub Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailQueryKind) -> HRESULT,
pub SetKind: unsafe extern "system" fn(_: *mut c_void, _: EmailQueryKind) -> HRESULT,
pub FolderIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§TextSearch: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SortDirection: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailQuerySortDirection) -> HRESULT
§SetSortDirection: unsafe extern "system" fn(_: *mut c_void, _: EmailQuerySortDirection) -> HRESULT
§SortProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailQuerySortProperty) -> HRESULT
§SetSortProperty: unsafe extern "system" fn(_: *mut c_void, _: EmailQuerySortProperty) -> HRESULT
§Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailQueryKind) -> HRESULT
§SetKind: unsafe extern "system" fn(_: *mut c_void, _: EmailQueryKind) -> HRESULT
§FolderIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IEmailQueryOptions_Vtbl
impl RefUnwindSafe for IEmailQueryOptions_Vtbl
impl Send for IEmailQueryOptions_Vtbl
impl Sync for IEmailQueryOptions_Vtbl
impl Unpin for IEmailQueryOptions_Vtbl
impl UnwindSafe for IEmailQueryOptions_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