pub struct NativeClipboardEvent { /* private fields */ }Expand description
Data associated with a clipboard event.
Contains the clipboard text data if available.
Implementations§
Source§impl NativeClipboardEvent
Implementation of NativeClipboardEvent construction.
impl NativeClipboardEvent
Implementation of NativeClipboardEvent construction.
Trait Implementations§
Source§impl Clone for NativeClipboardEvent
impl Clone for NativeClipboardEvent
Source§fn clone(&self) -> NativeClipboardEvent
fn clone(&self) -> NativeClipboardEvent
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 NativeClipboardEvent
impl Debug for NativeClipboardEvent
Source§impl Default for NativeClipboardEvent
impl Default for NativeClipboardEvent
Source§fn default() -> NativeClipboardEvent
fn default() -> NativeClipboardEvent
Returns the “default value” for a type. Read more
Source§impl PartialEq for NativeClipboardEvent
impl PartialEq for NativeClipboardEvent
Source§fn eq(&self, other: &NativeClipboardEvent) -> bool
fn eq(&self, other: &NativeClipboardEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for NativeClipboardEvent
impl StructuralPartialEq for NativeClipboardEvent
Auto Trait Implementations§
impl Freeze for NativeClipboardEvent
impl RefUnwindSafe for NativeClipboardEvent
impl Send for NativeClipboardEvent
impl Sync for NativeClipboardEvent
impl Unpin for NativeClipboardEvent
impl UnsafeUnpin for NativeClipboardEvent
impl UnwindSafe for NativeClipboardEvent
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