Struct png::Limits[][src]

pub struct Limits {
    pub pixels: u64,
}

Fields

max number of pixels: width * height (default: 67M = 226)

Trait Implementations

impl Clone for Limits
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Limits
[src]

impl Debug for Limits
[src]

Formats the value using the given formatter. Read more

impl Default for Limits
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Limits

impl Sync for Limits