Enum libwebp_sys::WEBP_CSP_MODE [−][src]
#[repr(u32)]
pub enum WEBP_CSP_MODE {
Show variants
MODE_RGB,
MODE_RGBA,
MODE_BGR,
MODE_BGRA,
MODE_ARGB,
MODE_RGBA_4444,
MODE_RGB_565,
MODE_rgbA,
MODE_bgrA,
MODE_Argb,
MODE_rgbA_4444,
MODE_YUV,
MODE_YUVA,
MODE_LAST,
}Variants
Trait Implementations
impl Clone for WEBP_CSP_MODE[src]
impl Clone for WEBP_CSP_MODE[src]fn clone(&self) -> WEBP_CSP_MODE[src]
fn clone(&self) -> WEBP_CSP_MODE[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for WEBP_CSP_MODE[src]
impl Debug for WEBP_CSP_MODE[src]impl Hash for WEBP_CSP_MODE[src]
impl Hash for WEBP_CSP_MODE[src]impl PartialEq<WEBP_CSP_MODE> for WEBP_CSP_MODE[src]
impl PartialEq<WEBP_CSP_MODE> for WEBP_CSP_MODE[src]impl Copy for WEBP_CSP_MODE[src]
impl Eq for WEBP_CSP_MODE[src]
impl StructuralEq for WEBP_CSP_MODE[src]
impl StructuralPartialEq for WEBP_CSP_MODE[src]
Auto Trait Implementations
impl RefUnwindSafe for WEBP_CSP_MODE
impl Send for WEBP_CSP_MODE
impl Sync for WEBP_CSP_MODE
impl Unpin for WEBP_CSP_MODE
impl UnwindSafe for WEBP_CSP_MODE
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more