[][src]Function imageproc::drawing::draw_filled_rect_mut

pub fn draw_filled_rect_mut<C>(canvas: &mut C, rect: Rect, color: C::Pixel) where
    C: Canvas,
    C::Pixel: 'static, 

Draw as much of a rectangle, including its boundary, as lies inside the image bounds.