Struct draw_state::state::Offset
[−]
[src]
pub struct Offset(pub OffsetSlope, pub OffsetUnits);
How to offset vertices in screen space, if at all.
pub struct Offset(pub OffsetSlope, pub OffsetUnits);
How to offset vertices in screen space, if at all.
impl PartialOrd for Offset
fn partial_cmp(&self, __arg_0: &Offset) -> Option<Ordering>
fn lt(&self, __arg_0: &Offset) -> bool
fn le(&self, __arg_0: &Offset) -> bool
fn gt(&self, __arg_0: &Offset) -> bool
fn ge(&self, __arg_0: &Offset) -> bool
impl Eq for Offset
impl PartialEq for Offset
impl Hash for Offset
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Debug for Offset
impl Clone for Offset
fn clone(&self) -> Offset
fn clone_from(&mut self, source: &Self)
impl Copy for Offset