Struct gfx::state::Offset []

pub struct Offset(pub i32, pub i32);

How to offset vertices in screen space, if at all.

Trait Implementations

impl Debug for Offset

Formats the value using the given formatter.

impl Hash for Offset

impl PartialOrd<Offset> for Offset

impl PartialEq<Offset> for Offset

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Offset

impl Copy for Offset

impl Clone for Offset

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more