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 Default for NativeClipboardEvent
impl Default for NativeClipboardEvent
Source§fn default() -> NativeClipboardEvent
fn default() -> NativeClipboardEvent
Returns the “default value” for a type. Read more
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