pub struct CalendarProjection { /* private fields */ }Expand description
CalendarProjection creates a heatmap that looks like a calendar, with all of the months in a row.
Implementations§
Trait Implementations§
Source§impl Projection for CalendarProjection
impl Projection for CalendarProjection
Source§fn dimensions(&self) -> (u32, u32)
fn dimensions(&self) -> (u32, u32)
Return the width and height of the image.
Auto Trait Implementations§
impl Freeze for CalendarProjection
impl RefUnwindSafe for CalendarProjection
impl Send for CalendarProjection
impl Sync for CalendarProjection
impl Unpin for CalendarProjection
impl UnwindSafe for CalendarProjection
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