pub struct GraphWidths {
pub total: u32,
pub graph: u32,
pub height_legend: u32,
}Fields§
§total: u32§graph: u32§height_legend: u32Auto Trait Implementations§
impl Freeze for GraphWidths
impl RefUnwindSafe for GraphWidths
impl Send for GraphWidths
impl Sync for GraphWidths
impl Unpin for GraphWidths
impl UnsafeUnpin for GraphWidths
impl UnwindSafe for GraphWidths
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