Struct mex_sys::cint32_T [] [src]

#[repr(C)]
pub struct cint32_T { pub re: int32_T, pub im: int32_T, }

Fields

Trait Implementations

impl Copy for cint32_T
[src]

impl Clone for cint32_T
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for cint32_T
[src]

Formats the value using the given formatter.

impl Default for cint32_T
[src]

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