pub struct PuppetMeshPoint {
pub anchor: UnitsPoint,
pub forward: UnitsPoint,
pub backward: UnitsPoint,
pub smooth: bool,
}Expand description
puppet shape mesh boundary point.
Fields§
§anchor: UnitsPoint§forward: UnitsPoint§backward: UnitsPoint§smooth: boolTrait Implementations§
Source§impl Clone for PuppetMeshPoint
impl Clone for PuppetMeshPoint
Source§fn clone(&self) -> PuppetMeshPoint
fn clone(&self) -> PuppetMeshPoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PuppetMeshPoint
Auto Trait Implementations§
impl Freeze for PuppetMeshPoint
impl RefUnwindSafe for PuppetMeshPoint
impl Send for PuppetMeshPoint
impl Sync for PuppetMeshPoint
impl Unpin for PuppetMeshPoint
impl UnsafeUnpin for PuppetMeshPoint
impl UnwindSafe for PuppetMeshPoint
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