Enum mex_sys::mxClassID [] [src]

#[repr(i32)]
pub enum mxClassID { mxUNKNOWN_CLASS, mxCELL_CLASS, mxSTRUCT_CLASS, mxLOGICAL_CLASS, mxCHAR_CLASS, mxVOID_CLASS, mxDOUBLE_CLASS, mxSINGLE_CLASS, mxINT8_CLASS, mxUINT8_CLASS, mxINT16_CLASS, mxUINT16_CLASS, mxINT32_CLASS, mxUINT32_CLASS, mxINT64_CLASS, mxUINT64_CLASS, mxFUNCTION_CLASS, mxOPAQUE_CLASS, mxOBJECT_CLASS, }

Variants

Trait Implementations

impl Copy for mxClassID
[src]

impl Clone for mxClassID
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mxClassID
[src]

Formats the value using the given formatter.