Struct windows::Win32::UI::Shell::IUserNotification2_Vtbl
#[repr(C)]pub struct IUserNotification2_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetBalloonInfo: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT,
pub SetBalloonRetry: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT,
pub SetIconInfo: unsafe extern "system" fn(_: *mut c_void, _: HICON, _: PCWSTR) -> HRESULT,
pub Show: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void) -> HRESULT,
pub PlaySound: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetBalloonInfo: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32) -> HRESULT
§SetBalloonRetry: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT
§SetIconInfo: unsafe extern "system" fn(_: *mut c_void, _: HICON, _: PCWSTR) -> HRESULT
§Show: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void) -> HRESULT
§PlaySound: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IUserNotification2_Vtbl
impl IUserNotification2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUserNotification2_Vtblwhere
Identity: IUserNotification2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUserNotification2_Vtbl
impl RefUnwindSafe for IUserNotification2_Vtbl
impl Send for IUserNotification2_Vtbl
impl Sync for IUserNotification2_Vtbl
impl Unpin for IUserNotification2_Vtbl
impl UnwindSafe for IUserNotification2_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