Enum libwebp_sys::WebPEncCSP
source · [−]#[repr(u32)]
pub enum WebPEncCSP {
WEBP_YUV420,
WEBP_YUV420A,
WEBP_CSP_UV_MASK,
}Variants
WEBP_YUV420
WEBP_YUV420A
WEBP_CSP_UV_MASK
Implementations
sourceimpl WebPEncCSP
impl WebPEncCSP
pub const WEBP_CSP_ALPHA_BIT: WebPEncCSP = WebPEncCSP::WEBP_YUV420A
Trait Implementations
sourceimpl Clone for WebPEncCSP
impl Clone for WebPEncCSP
sourcefn clone(&self) -> WebPEncCSP
fn clone(&self) -> WebPEncCSP
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for WebPEncCSP
impl Debug for WebPEncCSP
sourceimpl Hash for WebPEncCSP
impl Hash for WebPEncCSP
sourceimpl PartialEq<WebPEncCSP> for WebPEncCSP
impl PartialEq<WebPEncCSP> for WebPEncCSP
sourcefn eq(&self, other: &WebPEncCSP) -> bool
fn eq(&self, other: &WebPEncCSP) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for WebPEncCSP
impl Eq for WebPEncCSP
impl StructuralEq for WebPEncCSP
impl StructuralPartialEq for WebPEncCSP
Auto Trait Implementations
impl RefUnwindSafe for WebPEncCSP
impl Send for WebPEncCSP
impl Sync for WebPEncCSP
impl Unpin for WebPEncCSP
impl UnwindSafe for WebPEncCSP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more