pub struct MotionModel { /* private fields */ }Expand description
Canonical motion facts.
Implementations§
Source§impl MotionModel
impl MotionModel
pub 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 moreSource§impl Debug for MotionModel
impl Debug for MotionModel
Source§impl<'de> Deserialize<'de> for MotionModel
impl<'de> Deserialize<'de> for MotionModel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto 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