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 */
}Fields§
§frame_num: c_int§num_frames: c_int§x_offset: c_int§y_offset: c_int§width: c_int§height: c_int§duration: c_int§dispose_method: WebPMuxAnimDispose§complete: c_int§fragment: WebPData§has_alpha: c_int§blend_method: WebPMuxAnimBlendTrait Implementations§
source§impl Clone for WebPIterator
impl Clone for WebPIterator
source§fn clone(&self) -> WebPIterator
fn clone(&self) -> WebPIterator
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 more