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

pub enum WlShmEvent {
    Format(WlShmFormat),
}

Variants

Format

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

Derived Implementations

impl Debug for WlShmEvent

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