Struct windows_sys::Win32::UI::Shell::BANNER_NOTIFICATION
#[repr(C)]pub struct BANNER_NOTIFICATION {
pub event: BANNER_NOTIFICATION_EVENT,
pub providerIdentity: PCWSTR,
pub contentId: PCWSTR,
}
Fields§
§event: BANNER_NOTIFICATION_EVENT
§providerIdentity: PCWSTR
§contentId: PCWSTR
Trait Implementations§
§impl Clone for BANNER_NOTIFICATION
impl Clone for BANNER_NOTIFICATION
impl Copy for BANNER_NOTIFICATION
Auto Trait Implementations§
impl RefUnwindSafe for BANNER_NOTIFICATION
impl !Send for BANNER_NOTIFICATION
impl !Sync for BANNER_NOTIFICATION
impl Unpin for BANNER_NOTIFICATION
impl UnwindSafe for BANNER_NOTIFICATION
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