Struct gfx_core::state::Offset [−][src]
How to offset vertices in screen space, if at all.
Trait Implementations
impl PartialOrd<Offset> for Offset[src]
impl PartialOrd<Offset> for Offsetfn partial_cmp(&self, other: &Offset) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Offset) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Offset) -> bool[src]
fn lt(&self, other: &Offset) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Offset) -> bool[src]
fn le(&self, other: &Offset) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Offset) -> bool[src]
fn gt(&self, other: &Offset) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Offset) -> bool[src]
fn ge(&self, other: &Offset) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Hash for Offset[src]
impl Hash for Offsetfn hash<__H>(&self, state: &mut __H) where
__H: Hasher, [src]
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for Offset[src]
impl Clone for Offsetfn clone(&self) -> Offset[src]
fn clone(&self) -> OffsetReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for Offset[src]
impl Debug for Offsetfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for Offset[src]
impl Copy for Offsetimpl Eq for Offset[src]
impl Eq for Offsetimpl PartialEq<Offset> for Offset[src]
impl PartialEq<Offset> for Offset