[−][src]Struct smithay_client_toolkit::data_device::DataSource
A data source for sending data though copy/paste or drag and drop
Implementations
impl DataSource
[src]
pub fn new<Impl>(
mgr: &WlDataDeviceManager,
mime_types: &[&str],
implem: Impl
) -> DataSource where
Impl: FnMut(DataSourceEvent) + 'static,
[src]
mgr: &WlDataDeviceManager,
mime_types: &[&str],
implem: Impl
) -> DataSource where
Impl: FnMut(DataSourceEvent) + 'static,
Create a new data source
You'll then need to provide it to a data device to send it either via selection (aka copy/paste) or via a drag and drop.
Auto Trait Implementations
impl !RefUnwindSafe for DataSource
impl Send for DataSource
impl Sync for DataSource
impl Unpin for DataSource
impl !UnwindSafe for DataSource
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,