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

Real portion of the complex number

Imaginary portion of the complex number