pub struct DirectionalMovement {
pub plus_dm: Vec<Option<f64>>,
pub minus_dm: Vec<Option<f64>>,
}Fields§
§plus_dm: Vec<Option<f64>>§minus_dm: Vec<Option<f64>>Trait Implementations§
Source§impl Clone for DirectionalMovement
impl Clone for DirectionalMovement
Source§fn clone(&self) -> DirectionalMovement
fn clone(&self) -> DirectionalMovement
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 moreAuto Trait Implementations§
impl Freeze for DirectionalMovement
impl RefUnwindSafe for DirectionalMovement
impl Send for DirectionalMovement
impl Sync for DirectionalMovement
impl Unpin for DirectionalMovement
impl UnsafeUnpin for DirectionalMovement
impl UnwindSafe for DirectionalMovement
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