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