pub struct StateSteeringSettings {
pub radius: f64,
pub separation_factor: f64,
pub separation_force: f64,
}Fields§
§radius: f64§separation_factor: f64§separation_force: f64Trait Implementations§
Source§impl Clone for StateSteeringSettings
impl Clone for StateSteeringSettings
Source§fn clone(&self) -> StateSteeringSettings
fn clone(&self) -> StateSteeringSettings
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 moreimpl Copy for StateSteeringSettings
Source§impl Debug for StateSteeringSettings
impl Debug for StateSteeringSettings
Source§impl Default for StateSteeringSettings
impl Default for StateSteeringSettings
Source§fn default() -> StateSteeringSettings
fn default() -> StateSteeringSettings
Returns the “default value” for a type. Read more
Source§impl PartialEq for StateSteeringSettings
impl PartialEq for StateSteeringSettings
impl StructuralPartialEq for StateSteeringSettings
Auto Trait Implementations§
impl Freeze for StateSteeringSettings
impl RefUnwindSafe for StateSteeringSettings
impl Send for StateSteeringSettings
impl Sync for StateSteeringSettings
impl Unpin for StateSteeringSettings
impl UnsafeUnpin for StateSteeringSettings
impl UnwindSafe for StateSteeringSettings
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