Enum wayland_client::wayland::shm::WlShmEvent [] [src]

pub enum WlShmEvent {
    Format(WlShmFormat),
}

Variants

Format(WlShmFormat)

pixel format description

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

Values: format,

Trait Implementations

impl Debug for WlShmEvent
[src]

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

Formats the value using the given formatter.