[][src]Type Definition embedded_graphics::unsignedcoord::UnsignedCoord

type UnsignedCoord = Vector2<u32>;

2D coordinate type with Nalgebra support

Trait Implementations

impl ToSigned for UnsignedCoord[src]