Struct wayland_server::protocol::wl_shm::WlShm [] [src]

pub struct WlShm { /* fields omitted */ }

Methods

impl WlShm
[src]

pixel format description

Informs the client about a valid pixel format that can be used for buffers. Known formats include argb8888 and xrgb8888.

Trait Implementations

impl Send for WlShm
[src]

impl Sync for WlShm
[src]

impl Resource for WlShm
[src]

Pointer to the underlying wayland proxy object

Create an instance from a wayland pointer Read more

Create an instance from a wayland pointer Read more

Pointer to the interface representation

Internal wayland name of this interface

Max version of this interface supported

Current version of the interface this resource is instantiated with

Check if the resource behind this handle is actually still alive

Check of two handles are actually the same wayland object Read more

Set a pointer associated as user data on this resource Read more

Get the pointer associated as user data on this resource Read more

Posts a protocol error to this resource Read more

Clone this resource handle Read more

Unsafely clone this resource handle Read more