Struct png::AnimationControl [] [src]

pub struct AnimationControl {
    pub num_frames: u32,
    pub num_plays: u32,
}

Animation control information

Fields

Number of frames

Number of times to loop this APNG. 0 indicates infinite looping.

Trait Implementations

impl Clone for AnimationControl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AnimationControl
[src]

impl Debug for AnimationControl
[src]

[src]

Formats the value using the given formatter.