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