Struct mex_sys::mexGlobalTableEntry_Tag [] [src]

#[repr(C)]
pub struct mexGlobalTableEntry_Tag { pub name: *const c_char, pub variable: *mut *mut mxArray, }

Fields

Trait Implementations

impl Copy for mexGlobalTableEntry_Tag
[src]

impl Clone for mexGlobalTableEntry_Tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mexGlobalTableEntry_Tag
[src]

Formats the value using the given formatter.

impl Default for mexGlobalTableEntry_Tag
[src]

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