#[repr(C)]
pub union NotificationUnion {
/* private fields */
}Trait Implementations§
Source§impl Clone for NotificationUnion
impl Clone for NotificationUnion
Source§fn clone(&self) -> NotificationUnion
fn clone(&self) -> NotificationUnion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NotificationUnion
Auto Trait Implementations§
impl Freeze for NotificationUnion
impl RefUnwindSafe for NotificationUnion
impl Send for NotificationUnion
impl Sync for NotificationUnion
impl Unpin for NotificationUnion
impl UnwindSafe for NotificationUnion
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