Struct exr::meta::TileIndices [−][src]
pub struct TileIndices {
pub location: TileCoordinates,
pub size: Vec2<usize>,
}Expand description
Locates a rectangular section of pixels in an image.
Fields
location: TileCoordinatesIndex of the tile.
size: Vec2<usize>Pixel size of the tile.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TileIndices
impl Send for TileIndices
impl Sync for TileIndices
impl Unpin for TileIndices
impl UnwindSafe for TileIndices
Blanket Implementations
Mutably borrows from an owned value. Read more