Struct wast::Limits64 [−][src]
Min/max limits used for 64-bit memories
Fields
min: u64The 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: u64The 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 Limits64impl Send for Limits64impl Sync for Limits64impl Unpin for Limits64impl UnwindSafe for Limits64