pub struct MotionModel { /* private fields */ }Expand description
Canonical motion facts.
Implementations§
Source§impl MotionModel
impl MotionModel
pub const fn kinematic(&self) -> &KinematicConfig
pub const fn limits(&self) -> MotionLimits
Trait Implementations§
Source§impl Clone for MotionModel
impl Clone for MotionModel
Source§fn clone(&self) -> MotionModel
fn clone(&self) -> MotionModel
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 MotionModel
impl RefUnwindSafe for MotionModel
impl Send for MotionModel
impl Sync for MotionModel
impl Unpin for MotionModel
impl UnsafeUnpin for MotionModel
impl UnwindSafe for MotionModel
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