pub struct IsoProjection { /* private fields */ }Expand description
IsoProjection creates a denser heatmap where each column is a week of the ISO calendar year and each row is a day of the week (starting with Monday).
Implementations§
Trait Implementations§
Source§impl Projection for IsoProjection
impl Projection for IsoProjection
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 IsoProjection
impl RefUnwindSafe for IsoProjection
impl Send for IsoProjection
impl Sync for IsoProjection
impl Unpin for IsoProjection
impl UnwindSafe for IsoProjection
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