pub trait VectorAxisSettingMutPtrIndexOfArgs<'largs> {
    unsafe fn exec(self, original_self: &'largs VectorAxisSettingMutPtr) -> c_int;
}
Expand description

This trait represents a set of arguments accepted by VectorAxisSettingMutPtr::index_of method.

Required Methods§

Implementations on Foreign Types§

Implementors§