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