Trait embedded_graphics::coord::ToUnsigned[][src]

pub trait ToUnsigned {
    fn to_unsigned(self) -> UnsignedCoord;
}

Convert a value to an unsigned coordinate

Required Methods

Convert the signed coordinate to an unsigned coordinate

Implementors