pub struct CustomEnvelopeWarp {
pub quilt_slice_x: Option<Vec<f64>>,
pub quilt_slice_y: Option<Vec<f64>>,
pub mesh_points: Vec<PointF>,
}Expand description
TS Warp.customEnvelopeWarp.
Fields§
§quilt_slice_x: Option<Vec<f64>>§quilt_slice_y: Option<Vec<f64>>§mesh_points: Vec<PointF>16 points top-left to bottom-right, rows first, relative to first point.
Trait Implementations§
Source§impl Clone for CustomEnvelopeWarp
impl Clone for CustomEnvelopeWarp
Source§fn clone(&self) -> CustomEnvelopeWarp
fn clone(&self) -> CustomEnvelopeWarp
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 moreSource§impl Debug for CustomEnvelopeWarp
impl Debug for CustomEnvelopeWarp
Source§impl Default for CustomEnvelopeWarp
impl Default for CustomEnvelopeWarp
Source§fn default() -> CustomEnvelopeWarp
fn default() -> CustomEnvelopeWarp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CustomEnvelopeWarp
impl RefUnwindSafe for CustomEnvelopeWarp
impl Send for CustomEnvelopeWarp
impl Sync for CustomEnvelopeWarp
impl Unpin for CustomEnvelopeWarp
impl UnsafeUnpin for CustomEnvelopeWarp
impl UnwindSafe for CustomEnvelopeWarp
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