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,
}
Expand description
Required features: ‘Win32_UI_Shell’
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more