Struct windows::ApplicationModel::Email::IEmailItemCounts_Vtbl
#[repr(C)]pub struct IEmailItemCounts_Vtbl {
pub base__: IInspectable_Vtbl,
pub Flagged: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Important: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Total: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Unread: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Flagged: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Important: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Total: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Unread: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IEmailItemCounts_Vtbl
impl RefUnwindSafe for IEmailItemCounts_Vtbl
impl Send for IEmailItemCounts_Vtbl
impl Sync for IEmailItemCounts_Vtbl
impl Unpin for IEmailItemCounts_Vtbl
impl UnwindSafe for IEmailItemCounts_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