Struct mex_sys::mexFunctionTableEntry_tag [] [src]

#[repr(C)]
pub struct mexFunctionTableEntry_tag { pub name: *const c_char, pub f: mxFunctionPtr, pub nargin: c_int, pub nargout: c_int, pub local_function_table: *mut _mexLocalFunctionTable, }

Fields

Trait Implementations

impl Copy for mexFunctionTableEntry_tag
[src]

impl Clone for mexFunctionTableEntry_tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mexFunctionTableEntry_tag
[src]

Formats the value using the given formatter.

impl Default for mexFunctionTableEntry_tag
[src]

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