Struct libwebp_sys::WebPMuxFrameInfo
source · #[repr(C)]pub struct WebPMuxFrameInfo {
pub bitstream: WebPData,
pub x_offset: c_int,
pub y_offset: c_int,
pub duration: c_int,
pub id: WebPChunkId,
pub dispose_method: WebPMuxAnimDispose,
pub blend_method: WebPMuxAnimBlend,
/* private fields */
}Fields§
§bitstream: WebPData§x_offset: c_int§y_offset: c_int§duration: c_int§id: WebPChunkId§dispose_method: WebPMuxAnimDispose§blend_method: WebPMuxAnimBlendTrait Implementations§
source§impl Clone for WebPMuxFrameInfo
impl Clone for WebPMuxFrameInfo
source§fn clone(&self) -> WebPMuxFrameInfo
fn clone(&self) -> WebPMuxFrameInfo
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