Trait svisual::Value[][src]

pub trait Value {
    const TYPE: ValueType;
    const ONLY_FRONT: bool;

    fn to_i32(self) -> i32;
}
Expand description

Supported value transfer type

Associated Constants

Associated [ValueType]

Only positive front

Required methods

i32 representation

Implementations on Foreign Types

Implementors