Struct IScheduledTileNotification_Vtbl
#[repr(C)]pub struct IScheduledTileNotification_Vtbl {
pub base__: IInspectable_Vtbl,
pub Content: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeliveryTime: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub SetExpirationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ExpirationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTag: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Tag: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Content: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DeliveryTime: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§SetExpirationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ExpirationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetTag: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Tag: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IScheduledTileNotification_Vtbl
impl RefUnwindSafe for IScheduledTileNotification_Vtbl
impl Send for IScheduledTileNotification_Vtbl
impl Sync for IScheduledTileNotification_Vtbl
impl Unpin for IScheduledTileNotification_Vtbl
impl UnwindSafe for IScheduledTileNotification_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