Struct libwebp_sys::WebPIterator
source · [−]#[repr(C)]pub struct WebPIterator {
pub frame_num: c_int,
pub num_frames: c_int,
pub x_offset: c_int,
pub y_offset: c_int,
pub width: c_int,
pub height: c_int,
pub duration: c_int,
pub dispose_method: WebPMuxAnimDispose,
pub complete: c_int,
pub fragment: WebPData,
pub has_alpha: c_int,
pub blend_method: WebPMuxAnimBlend,
/* private fields */
}Available on crate feature
demux only.Fields
frame_num: c_intnum_frames: c_intx_offset: c_inty_offset: c_intwidth: c_intheight: c_intduration: c_intdispose_method: WebPMuxAnimDisposecomplete: c_intfragment: WebPDatahas_alpha: c_intblend_method: WebPMuxAnimBlendTrait Implementations
sourceimpl Clone for WebPIterator
impl Clone for WebPIterator
sourcefn clone(&self) -> WebPIterator
fn clone(&self) -> WebPIterator
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 WebPIterator
impl Debug for WebPIterator
impl Copy for WebPIterator
Auto Trait Implementations
impl RefUnwindSafe for WebPIterator
impl !Send for WebPIterator
impl !Sync for WebPIterator
impl Unpin for WebPIterator
impl UnwindSafe for WebPIterator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more