Enum wayland_client::wayland::data_device::WlDataOfferEvent [] [src]

pub enum WlDataOfferEvent {
    Offer(String),
}

Variants

Offer(String)

advertise offered mime type

Sent immediately after creating the wl_data_offer object. One event per offered mime type.

Values: mime_type,

Trait Implementations

impl Debug for WlDataOfferEvent
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.