pub struct RotationDeformer {
pub id: String,
pub target_id: String,
pub pivots: Vec<Pivot>,
pub pivots_opacity: Vec<f32>,
pub affine: Vec<Affine>,
}Fields§
§id: String§target_id: String§pivots: Vec<Pivot>§pivots_opacity: Vec<f32>§affine: Vec<Affine>Trait Implementations§
Source§impl Debug for RotationDeformer
impl Debug for RotationDeformer
Source§impl<'de> Deserialize<'de> for RotationDeformer
impl<'de> Deserialize<'de> for RotationDeformer
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
Auto Trait Implementations§
impl Freeze for RotationDeformer
impl RefUnwindSafe for RotationDeformer
impl Send for RotationDeformer
impl Sync for RotationDeformer
impl Unpin for RotationDeformer
impl UnwindSafe for RotationDeformer
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