pub enum ParamType {
I32 { /* private fields */ },
I64 { /* private fields */ },
}Expand description
Parameter value types
Variants
I32
Fields
A 32-bit integer.
I64
Fields
A 64-bit integer.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParamType
impl Send for ParamType
impl Sync for ParamType
impl Unpin for ParamType
impl UnwindSafe for ParamType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more