Skip to main content

TDMaskPoint

Trait TDMaskPoint 

Source
pub trait TDMaskPoint: Debug + RObject { }
Expand description

Part of the face, relative to which a mask is placed

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, MASKPOINT: TDMaskPoint> TDMaskPoint for &'a MASKPOINT

Source§

impl<'a, MASKPOINT: TDMaskPoint> TDMaskPoint for &'a mut MASKPOINT

Implementors§