#[repr(i32)]pub enum mxClassID {
Show 19 variants
mxUNKNOWN_CLASS = 0,
mxCELL_CLASS = 1,
mxSTRUCT_CLASS = 2,
mxLOGICAL_CLASS = 3,
mxCHAR_CLASS = 4,
mxVOID_CLASS = 5,
mxDOUBLE_CLASS = 6,
mxSINGLE_CLASS = 7,
mxINT8_CLASS = 8,
mxUINT8_CLASS = 9,
mxINT16_CLASS = 10,
mxUINT16_CLASS = 11,
mxINT32_CLASS = 12,
mxUINT32_CLASS = 13,
mxINT64_CLASS = 14,
mxUINT64_CLASS = 15,
mxFUNCTION_CLASS = 16,
mxOPAQUE_CLASS = 17,
mxOBJECT_CLASS = 18,
}Variants§
mxUNKNOWN_CLASS = 0
mxCELL_CLASS = 1
mxSTRUCT_CLASS = 2
mxLOGICAL_CLASS = 3
mxCHAR_CLASS = 4
mxVOID_CLASS = 5
mxDOUBLE_CLASS = 6
mxSINGLE_CLASS = 7
mxINT8_CLASS = 8
mxUINT8_CLASS = 9
mxINT16_CLASS = 10
mxUINT16_CLASS = 11
mxINT32_CLASS = 12
mxUINT32_CLASS = 13
mxINT64_CLASS = 14
mxUINT64_CLASS = 15
mxFUNCTION_CLASS = 16
mxOPAQUE_CLASS = 17
mxOBJECT_CLASS = 18
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mxClassID
impl RefUnwindSafe for mxClassID
impl Send for mxClassID
impl Sync for mxClassID
impl Unpin for mxClassID
impl UnwindSafe for mxClassID
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more