Enum libwebp_sys::WebPMuxAnimDispose
source · [−]#[repr(u32)]
pub enum WebPMuxAnimDispose {
WEBP_MUX_DISPOSE_NONE,
WEBP_MUX_DISPOSE_BACKGROUND,
}Variants
WEBP_MUX_DISPOSE_NONE
WEBP_MUX_DISPOSE_BACKGROUND
Trait Implementations
sourceimpl Clone for WebPMuxAnimDispose
impl Clone for WebPMuxAnimDispose
sourcefn clone(&self) -> WebPMuxAnimDispose
fn clone(&self) -> WebPMuxAnimDispose
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 WebPMuxAnimDispose
impl Debug for WebPMuxAnimDispose
sourceimpl Hash for WebPMuxAnimDispose
impl Hash for WebPMuxAnimDispose
sourceimpl PartialEq<WebPMuxAnimDispose> for WebPMuxAnimDispose
impl PartialEq<WebPMuxAnimDispose> for WebPMuxAnimDispose
sourcefn eq(&self, other: &WebPMuxAnimDispose) -> bool
fn eq(&self, other: &WebPMuxAnimDispose) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for WebPMuxAnimDispose
impl Eq for WebPMuxAnimDispose
impl StructuralEq for WebPMuxAnimDispose
impl StructuralPartialEq for WebPMuxAnimDispose
Auto Trait Implementations
impl RefUnwindSafe for WebPMuxAnimDispose
impl Send for WebPMuxAnimDispose
impl Sync for WebPMuxAnimDispose
impl Unpin for WebPMuxAnimDispose
impl UnwindSafe for WebPMuxAnimDispose
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