Trait embedded_graphics::coord::ToUnsigned [−][src]
pub trait ToUnsigned {
fn to_unsigned(self) -> UnsignedCoord;
}Convert a value to an unsigned coordinate
Required Methods
fn to_unsigned(self) -> UnsignedCoord
Convert the signed coordinate to an unsigned coordinate
Implementors
impl ToUnsigned for Coord