Enum mex_sys::mxComplexity [] [src]

#[repr(i32)]
pub enum mxComplexity { mxREAL, mxCOMPLEX, }

Variants

Trait Implementations

impl Copy for mxComplexity
[src]

impl Clone for mxComplexity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mxComplexity
[src]

Formats the value using the given formatter.