Enum dummy_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
SURFACE_RGBSURFACE_RGBASURFACE_EGLSURFACE_Y_UVSURFACE_Y_U_VSURFACE_Y_XUXVTrait Implementations
impl Debug for wlc_surface_format[src]
impl Clone for wlc_surface_format[src]
fn clone(&self) -> wlc_surface_format
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more