#[repr(i32)]pub enum WebPFormatFeature {
WEBP_FF_FORMAT_FLAGS = 0,
WEBP_FF_CANVAS_WIDTH = 1,
WEBP_FF_CANVAS_HEIGHT = 2,
WEBP_FF_LOOP_COUNT = 3,
WEBP_FF_BACKGROUND_COLOR = 4,
WEBP_FF_FRAME_COUNT = 5,
}
Variants§
WEBP_FF_FORMAT_FLAGS = 0
WEBP_FF_CANVAS_WIDTH = 1
WEBP_FF_CANVAS_HEIGHT = 2
WEBP_FF_LOOP_COUNT = 3
WEBP_FF_BACKGROUND_COLOR = 4
WEBP_FF_FRAME_COUNT = 5
Trait Implementations§
Source§impl Clone for WebPFormatFeature
impl Clone for WebPFormatFeature
Source§fn clone(&self) -> WebPFormatFeature
fn clone(&self) -> WebPFormatFeature
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 WebPFormatFeature
impl Debug for WebPFormatFeature
Source§impl Hash for WebPFormatFeature
impl Hash for WebPFormatFeature
Source§impl PartialEq for WebPFormatFeature
impl PartialEq for WebPFormatFeature
impl Copy for WebPFormatFeature
impl Eq for WebPFormatFeature
impl StructuralPartialEq for WebPFormatFeature
Auto Trait Implementations§
impl Freeze for WebPFormatFeature
impl RefUnwindSafe for WebPFormatFeature
impl Send for WebPFormatFeature
impl Sync for WebPFormatFeature
impl Unpin for WebPFormatFeature
impl UnwindSafe for WebPFormatFeature
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