Struct wast::Limits [−][src]
Min/max limits used for tables/memories.
Fields
min: u32
The minimum number of units for this type.
max: Option<u32>
An optional maximum number of units for this type.
Min/max limits used for tables/memories.
min: u32
The minimum number of units for this type.
max: Option<u32>
An optional maximum number of units for this type.
impl Copy for Limits
[src]impl Eq for Limits
[src]impl StructuralEq for Limits
[src]impl StructuralPartialEq for Limits
[src]impl RefUnwindSafe for Limits
impl Send for Limits
impl Sync for Limits
impl Unpin for Limits
impl UnwindSafe for Limits