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

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

Required Methods§

Implementations on Foreign Types§

Implementors§