pub struct ResolutionScalingMetrics {
pub entries: Vec<ResolutionScenarioMetrics>,
pub notes: Vec<String>,
}Fields§
§entries: Vec<ResolutionScenarioMetrics>§notes: Vec<String>Trait Implementations§
Source§impl Clone for ResolutionScalingMetrics
impl Clone for ResolutionScalingMetrics
Source§fn clone(&self) -> ResolutionScalingMetrics
fn clone(&self) -> ResolutionScalingMetrics
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResolutionScalingMetrics
impl Debug for ResolutionScalingMetrics
Auto Trait Implementations§
impl Freeze for ResolutionScalingMetrics
impl RefUnwindSafe for ResolutionScalingMetrics
impl Send for ResolutionScalingMetrics
impl Sync for ResolutionScalingMetrics
impl Unpin for ResolutionScalingMetrics
impl UnsafeUnpin for ResolutionScalingMetrics
impl UnwindSafe for ResolutionScalingMetrics
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