Struct NotificationMirroring
#[repr(transparent)]pub struct NotificationMirroring(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for NotificationMirroring
impl Clone for NotificationMirroring
§fn clone(&self) -> NotificationMirroring
fn clone(&self) -> NotificationMirroring
Returns a copy 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 more§impl Debug for NotificationMirroring
impl Debug for NotificationMirroring
§impl Default for NotificationMirroring
impl Default for NotificationMirroring
§fn default() -> NotificationMirroring
fn default() -> NotificationMirroring
Returns the “default value” for a type. Read more
§impl PartialEq for NotificationMirroring
impl PartialEq for NotificationMirroring
impl Copy for NotificationMirroring
impl Eq for NotificationMirroring
impl StructuralPartialEq for NotificationMirroring
Auto Trait Implementations§
impl Freeze for NotificationMirroring
impl RefUnwindSafe for NotificationMirroring
impl Send for NotificationMirroring
impl Sync for NotificationMirroring
impl Unpin for NotificationMirroring
impl UnwindSafe for NotificationMirroring
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