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