Struct wasmparser::ResizableLimits [] [src]

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

Fields

Trait Implementations

impl Debug for ResizableLimits
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ResizableLimits
[src]

impl Clone for ResizableLimits
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations