#[repr(C)]pub enum wlc_surface_format {
SURFACE_RGB = 0,
SURFACE_RGBA = 1,
SURFACE_EGL = 2,
SURFACE_Y_UV = 3,
SURFACE_Y_U_V = 4,
SURFACE_Y_XUXV = 5,
}Variants§
SURFACE_RGB = 0
SURFACE_RGBA = 1
SURFACE_EGL = 2
SURFACE_Y_UV = 3
SURFACE_Y_U_V = 4
SURFACE_Y_XUXV = 5
Trait Implementations§
Source§impl Clone for wlc_surface_format
impl Clone for wlc_surface_format
Source§fn clone(&self) -> wlc_surface_format
fn clone(&self) -> wlc_surface_format
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for wlc_surface_format
impl Debug for wlc_surface_format
Source§impl PartialEq for wlc_surface_format
impl PartialEq for wlc_surface_format
impl Copy for wlc_surface_format
impl Eq for wlc_surface_format
impl StructuralPartialEq for wlc_surface_format
Auto Trait Implementations§
impl Freeze for wlc_surface_format
impl RefUnwindSafe for wlc_surface_format
impl Send for wlc_surface_format
impl Sync for wlc_surface_format
impl Unpin for wlc_surface_format
impl UnwindSafe for wlc_surface_format
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more