#[repr(C)]
pub struct ParameterValue_Raw { pub type_: u8, pub bool_value: bool, pub integer_value: i64, pub double_value: f64, pub string_value: FFIString, pub byte_array_value: FFISeq<u8>, pub bool_array_value: FFISeq<bool>, pub integer_array_value: FFISeq<i64>, pub double_array_value: FFISeq<f64>, pub string_array_value: FFISeq<FFIString>, }

Fields

type_: u8bool_value: boolinteger_value: i64double_value: f64string_value: FFIStringbyte_array_value: FFISeq<u8>bool_array_value: FFISeq<bool>integer_array_value: FFISeq<i64>double_array_value: FFISeq<f64>string_array_value: FFISeq<FFIString>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.