Struct rasterize::Shape [−][src]
pub struct Shape {
pub width: usize,
pub height: usize,
pub row_stride: usize,
pub col_stride: usize,
}Fields
width: usizeWidth of the image
height: usizeHeight of the image
row_stride: usizeHow many elements we need to skip to get to the next row.
col_stride: usizeHow many elements we need to skip to get to the next column.
Implementations
Trait Implementations
impl StructuralEq for Shape[src]
impl StructuralEq for Shape[src]impl StructuralPartialEq for Shape[src]
impl StructuralPartialEq for Shape[src]Auto Trait Implementations
impl RefUnwindSafe for Shape
impl RefUnwindSafe for Shapeimpl UnwindSafe for Shape
impl UnwindSafe for Shape