#[repr(i32)]pub enum WebPEncCSP {
WEBP_YUV420 = 0,
WEBP_YUV420A = 4,
WEBP_CSP_UV_MASK = 3,
}
Variants§
Implementations§
Source§impl WebPEncCSP
impl WebPEncCSP
pub const WEBP_CSP_ALPHA_BIT: WebPEncCSP = WebPEncCSP::WEBP_YUV420A
Trait Implementations§
Source§impl Clone for WebPEncCSP
impl Clone for WebPEncCSP
Source§fn clone(&self) -> WebPEncCSP
fn clone(&self) -> WebPEncCSP
Returns a copy 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 WebPEncCSP
impl Debug for WebPEncCSP
Source§impl Hash for WebPEncCSP
impl Hash for WebPEncCSP
Source§impl PartialEq for WebPEncCSP
impl PartialEq for WebPEncCSP
impl Copy for WebPEncCSP
impl Eq for WebPEncCSP
impl StructuralPartialEq for WebPEncCSP
Auto Trait Implementations§
impl Freeze for WebPEncCSP
impl RefUnwindSafe for WebPEncCSP
impl Send for WebPEncCSP
impl Sync for WebPEncCSP
impl Unpin for WebPEncCSP
impl UnwindSafe for WebPEncCSP
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