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
[src]

impl Send for WlCallback
[src]

impl Proxy for WlCallback
[src]

[]

The internal name of this interface, as advertized by the registry if it is a global.

[]

The maximum version of this interface handled by the library.

[]

Get the id of this proxy

[]

Creates a proxy from a fresh ptr

[]

Creates a proxy from a ptr that is managed elsewhere Read more

[]

Set the event iterator associated to this proxy

impl Debug for WlCallback
[src]

[]

Formats the value using the given formatter.

impl Drop for WlCallback
[src]

[]

A method called when the value goes out of scope. Read more