Enum rustwlc::render::wlc_surface_format [] [src]

#[repr(C)]
pub enum wlc_surface_format { SURFACE_RGB, SURFACE_RGBA, SURFACE_EGL, SURFACE_Y_UV, SURFACE_Y_U_V, SURFACE_Y_XUXV, }

Variants

Trait Implementations

impl Debug for wlc_surface_format
[src]

[src]

Formats the value using the given formatter.

impl Clone for wlc_surface_format
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for wlc_surface_format
[src]

impl Eq for wlc_surface_format
[src]

impl PartialEq for wlc_surface_format
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.