Struct wayland_client::wayland::WlCallback [] [src]

pub struct WlCallback {
    // some fields omitted
}

callback object

Clients can handle the 'done' event to get notified when the related request is done.

Trait Implementations

impl Sync for WlCallback

impl Send for WlCallback

impl Proxy for WlCallback

fn ptr(&self) -> *mut wl_proxy

fn interface() -> *mut wl_interface

fn interface_name() -> &'static str

fn version() -> u32

fn id(&self) -> ProxyId

unsafe fn from_ptr(ptr: *mut wl_proxy) -> WlCallback

unsafe fn from_ptr_no_own(ptr: *mut wl_proxy) -> WlCallback

fn set_evt_iterator(&mut self, evt: &EventIterator)

impl Debug for WlCallback

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

impl Drop for WlCallback

fn drop(&mut self)