Struct wasmparser::ResizableLimits[][src]

pub struct ResizableLimits {
    pub initial: u32,
    pub maximum: Option<u32>,
}

Fields

Trait Implementations

impl Debug for ResizableLimits
[src]

Formats the value using the given formatter. Read more

impl Copy for ResizableLimits
[src]

impl Clone for ResizableLimits
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations