pub struct MaskPointChin { /* private fields */ }
Expand description
The mask is placed relatively to the chin
Implementations§
Trait Implementations§
Source§impl AsRef<MaskPointChin> for MaskPointChin
impl AsRef<MaskPointChin> for MaskPointChin
Source§fn as_ref(&self) -> &MaskPointChin
fn as_ref(&self) -> &MaskPointChin
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for MaskPointChin
impl Clone for MaskPointChin
Source§fn clone(&self) -> MaskPointChin
fn clone(&self) -> MaskPointChin
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MaskPointChin
impl Debug for MaskPointChin
Source§impl Default for MaskPointChin
impl Default for MaskPointChin
Source§fn default() -> MaskPointChin
fn default() -> MaskPointChin
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MaskPointChin
impl<'de> Deserialize<'de> for MaskPointChin
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for MaskPointChin
impl Serialize for MaskPointChin
impl TDMaskPoint for MaskPointChin
Auto Trait Implementations§
impl Freeze for MaskPointChin
impl RefUnwindSafe for MaskPointChin
impl Send for MaskPointChin
impl Sync for MaskPointChin
impl Unpin for MaskPointChin
impl UnwindSafe for MaskPointChin
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more