Struct mex_sys::creal64_T [] [src]

#[repr(C)]
pub struct creal64_T { pub re: real64_T, pub im: real64_T, }

Fields

Trait Implementations

impl Copy for creal64_T
[src]

impl Clone for creal64_T
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for creal64_T
[src]

Formats the value using the given formatter.

impl Default for creal64_T
[src]

Returns the "default value" for a type. Read more