[][src]Trait rtdlib::types::MaskPoint

pub trait MaskPoint: Object + RObject + Debug + Serialize + Deserialize { }

This class is an abstract base class. Part of the face, relative to which a mask should be placed.

Methods

impl dyn MaskPoint[src]

pub fn from_json<S: AsRef<str>>(json: S) -> Option<Box<Self>>[src]

Trait Implementations

impl<'typetag> Serialize for dyn MaskPoint + 'typetag[src]

impl<'typetag> Serialize for dyn MaskPoint + Send + 'typetag[src]

impl<'typetag> Serialize for dyn MaskPoint + Sync + 'typetag[src]

impl<'typetag> Serialize for dyn MaskPoint + Send + Sync + 'typetag[src]

impl Strictest for dyn MaskPoint[src]

type Object = dyn MaskPoint

Implementors

impl MaskPoint for MaskPointChin[src]

impl MaskPoint for MaskPointEyes[src]

impl MaskPoint for MaskPointForehead[src]

impl MaskPoint for MaskPointMouth[src]

Loading content...