The maximum width
(&self)
| 1321 | |
| 1322 | /// The maximum width |
| 1323 | fn w_max(&self) -> f32 { |
| 1324 | let comp = self.as_ref().borrow(); |
| 1325 | |
| 1326 | comp.w_max |
| 1327 | } |
| 1328 | |
| 1329 | /// The maximum width |
| 1330 | fn set_w_max(&self, w_max: f32) { |
no test coverage detected