Struct IToastNotification6_Vtbl
#[repr(C)]pub struct IToastNotification6_Vtbl {
pub base__: IInspectable_Vtbl,
pub ExpiresOnReboot: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetExpiresOnReboot: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ExpiresOnReboot: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetExpiresOnReboot: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IToastNotification6_Vtbl
impl RefUnwindSafe for IToastNotification6_Vtbl
impl Send for IToastNotification6_Vtbl
impl Sync for IToastNotification6_Vtbl
impl Unpin for IToastNotification6_Vtbl
impl UnwindSafe for IToastNotification6_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