Struct mex_sys::_mexInitTermTableEntry [] [src]

#[repr(C)]
pub struct _mexInitTermTableEntry { pub initialize: Option<extern "C" fn()>, pub terminate: Option<extern "C" fn()>, }

Fields

Trait Implementations

impl Copy for _mexInitTermTableEntry
[src]

impl Clone for _mexInitTermTableEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _mexInitTermTableEntry
[src]

Formats the value using the given formatter.

impl Default for _mexInitTermTableEntry
[src]

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