pub struct VectorScaleCommand {
pub scale: (f32, f32),
pub end_scale: Option<(f32, f32)>,
}
Fields§
§scale: (f32, f32)
§end_scale: Option<(f32, f32)>
Trait Implementations§
Source§impl Clone for VectorScaleCommand
impl Clone for VectorScaleCommand
Source§fn clone(&self) -> VectorScaleCommand
fn clone(&self) -> VectorScaleCommand
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 VectorScaleCommand
impl Debug for VectorScaleCommand
Source§impl PartialEq for VectorScaleCommand
impl PartialEq for VectorScaleCommand
impl Copy for VectorScaleCommand
impl StructuralPartialEq for VectorScaleCommand
Auto Trait Implementations§
impl Freeze for VectorScaleCommand
impl RefUnwindSafe for VectorScaleCommand
impl Send for VectorScaleCommand
impl Sync for VectorScaleCommand
impl Unpin for VectorScaleCommand
impl UnwindSafe for VectorScaleCommand
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