pub struct Graphs<'a> {
pub width: Option<i32>,
pub height: Option<i32>,
pub counters: &'a [&'a Counter],
pub reference_value: f32,
pub orientation: Orientation,
}Fields§
§width: Option<i32>§height: Option<i32>§counters: &'a [&'a Counter]§reference_value: f32§orientation: OrientationTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Graphs<'a>
impl<'a> RefUnwindSafe for Graphs<'a>
impl<'a> Send for Graphs<'a>
impl<'a> Sync for Graphs<'a>
impl<'a> Unpin for Graphs<'a>
impl<'a> UnwindSafe for Graphs<'a>
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