Struct png::AnimationControl [−][src]
Animation control information
Fields
num_frames: u32
Number of frames
num_plays: u32
Number of times to loop this APNG. 0 indicates infinite looping.
Trait Implementations
impl Clone for AnimationControl[src]
impl Clone for AnimationControlfn clone(&self) -> AnimationControl[src]
fn clone(&self) -> AnimationControlReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for AnimationControl[src]
impl Copy for AnimationControlimpl Debug for AnimationControl[src]
impl Debug for AnimationControlAuto Trait Implementations
impl Send for AnimationControl
impl Send for AnimationControlimpl Sync for AnimationControl
impl Sync for AnimationControl