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