Expand description
Variable types used for data exchange between plugins and host.
This module defines the Variable and VariableType enums that represent the data types that can be passed between plugins and the host application.
Enums§
- Variable
- Represents a dynamically typed value that can be passed between plugins.
- Variable
Float Type - Represents floating point types of various sizes.
- Variable
IntType - Represents integer types with size and signedness information.
- Variable
Signed IntType - Represents signed integer types of various sizes.
- Variable
Type - Represents the type of a variable in the plugin system.
- Variable
Unsigned IntType - Represents unsigned integer types of various sizes.
Traits§
- From
Variable - Trait for converting Variables to specific Rust types.