Struct png::AnimationControl [−][src]
Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for AnimationControl
impl Send for AnimationControl
impl Sync for AnimationControl
impl Unpin for AnimationControl
impl UnwindSafe for AnimationControl
Blanket Implementations
Mutably borrows from an owned value. Read more