Struct Graphics
jp
pub struct Graphics<'a> { /* fields omitted */ }
impl<'a> Graphics<'a>
fn rectangle(&mut self, state: DrawState, width: f64, height: f64)