Struct draw_state::state::Offset
[−]
[src]
pub struct Offset(pub OffsetFactor, pub OffsetUnits);
How to offset vertices in screen space, if at all.
pub struct Offset(pub OffsetFactor, 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 Debug for Offset
impl PartialEq for Offset
impl Clone for Offset
fn clone(&self) -> Offset
fn clone_from(&mut self, source: &Self)
impl Copy for Offset