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