AffineTransformerTraitConst

Trait AffineTransformerTraitConst 

Source
pub trait AffineTransformerTraitConst: ShapeTransformerTraitConst {
    // Required method
    fn as_raw_AffineTransformer(&self) -> *const c_void;

    // Provided method
    fn get_full_affine(&self) -> Result<bool> { ... }
}
Expand description

Constant methods for crate::shape::AffineTransformer

Required Methods§

Provided Methods§

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§