Struct librsnek::system::primitives::ComplexSerdeDef   
                   
                       [−]
                   
               [src]
struct ComplexSerdeDef {
    pub re: Float,
    pub im: Float,
}Serde calls this the definition of the remote type. It is just a copy of the
Fields
re: Float
                           Real portion of the complex number
im: Float
                           Imaginary portion of the complex number