pub struct ParsedMovementExact {
pub start: (f64, f64),
pub end: (f64, f64),
pub t1_ms: i32,
pub t2_ms: i32,
}Fields§
§start: (f64, f64)§end: (f64, f64)§t1_ms: i32§t2_ms: i32Trait Implementations§
Source§impl Clone for ParsedMovementExact
impl Clone for ParsedMovementExact
Source§fn clone(&self) -> ParsedMovementExact
fn clone(&self) -> ParsedMovementExact
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ParsedMovementExact
impl Debug for ParsedMovementExact
Source§impl Default for ParsedMovementExact
impl Default for ParsedMovementExact
Source§fn default() -> ParsedMovementExact
fn default() -> ParsedMovementExact
Returns the “default value” for a type. Read more
Source§impl PartialEq for ParsedMovementExact
impl PartialEq for ParsedMovementExact
Source§fn eq(&self, other: &ParsedMovementExact) -> bool
fn eq(&self, other: &ParsedMovementExact) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ParsedMovementExact
impl StructuralPartialEq for ParsedMovementExact
Auto Trait Implementations§
impl Freeze for ParsedMovementExact
impl RefUnwindSafe for ParsedMovementExact
impl Send for ParsedMovementExact
impl Sync for ParsedMovementExact
impl Unpin for ParsedMovementExact
impl UnsafeUnpin for ParsedMovementExact
impl UnwindSafe for ParsedMovementExact
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