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