Trait MoreAccurateMotionWobbleSuppressorBaseTrait

Source
pub trait MoreAccurateMotionWobbleSuppressorBaseTrait: MoreAccurateMotionWobbleSuppressorBaseTraitConst + WobbleSuppressorBaseTrait {
    // Required method
    fn as_raw_mut_MoreAccurateMotionWobbleSuppressorBase(
        &mut self,
    ) -> *mut c_void;

    // Provided method
    fn set_period(&mut self, val: i32) -> Result<()> { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn set_period(&mut self, val: i32) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§