pub struct SpatialConstraints {
pub max_velocity: f32,
pub max_acceleration: f32,
pub max_rotation_speed: f32,
pub max_coordinate: f32,
}Fields§
§max_velocity: f32§max_acceleration: f32§max_rotation_speed: f32§max_coordinate: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpatialConstraints
impl RefUnwindSafe for SpatialConstraints
impl Send for SpatialConstraints
impl Sync for SpatialConstraints
impl Unpin for SpatialConstraints
impl UnwindSafe for SpatialConstraints
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