Returns the width of the image.
(&self)
| 210 | |
| 211 | /// Returns the width of the image. |
| 212 | fn width(&self) -> usize { unsafe { (*self.buffer()).width as usize } } |
| 213 | |
| 214 | /// Returns the height of the image. |
| 215 | fn height(&self) -> usize { unsafe { (*self.buffer()).height as usize } } |
no test coverage detected