Struct wasmtime_environ::wasm::wasmparser::ResizableLimits64 [−][src]
Fields
initial: u64
maximum: Option<u64>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ResizableLimits64
impl Send for ResizableLimits64
impl Sync for ResizableLimits64
impl Unpin for ResizableLimits64
impl UnwindSafe for ResizableLimits64
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.