pub struct PreferencesNotificationEvent {
pub notification: PreferencesNotification,
}Available on crate feature
async only.Expand description
Wraps a callback payload from SCPreferencesSetCallback.
Fields§
§notification: PreferencesNotificationWraps the notification flags delivered by SCPreferencesSetCallback.
Trait Implementations§
Source§impl Clone for PreferencesNotificationEvent
impl Clone for PreferencesNotificationEvent
Source§fn clone(&self) -> PreferencesNotificationEvent
fn clone(&self) -> PreferencesNotificationEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PreferencesNotificationEvent
impl Debug for PreferencesNotificationEvent
impl Copy for PreferencesNotificationEvent
Auto Trait Implementations§
impl Freeze for PreferencesNotificationEvent
impl RefUnwindSafe for PreferencesNotificationEvent
impl Send for PreferencesNotificationEvent
impl Sync for PreferencesNotificationEvent
impl Unpin for PreferencesNotificationEvent
impl UnsafeUnpin for PreferencesNotificationEvent
impl UnwindSafe for PreferencesNotificationEvent
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