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 Offsetfn partial_cmp(&self, __arg_0: &Offset) -> Option<Ordering>fn lt(&self, __arg_0: &Offset) -> boolfn le(&self, __arg_0: &Offset) -> boolfn gt(&self, __arg_0: &Offset) -> boolfn ge(&self, __arg_0: &Offset) -> boolimpl Eq for Offsetimpl PartialEq for Offsetimpl Hash for Offsetfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Debug for Offsetimpl Clone for Offsetfn clone(&self) -> Offsetfn clone_from(&mut self, source: &Self)impl Copy for Offset