Searched defs:Metrics (Results 1 – 2 of 2) sorted by relevance
33 struct Metrics { struct34 double width;35 double height;
26 pub struct Metrics<'a> { struct39 impl Metrics<'_> { argument42 pub(crate) fn new(runtime: &Runtime) -> Metrics { in new()