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