Struct catchit::Hunter [] [src]

pub struct Hunter {
    pub object: Object,
    pub force: Scalar,
    pub velocity: Velocity,
}

Fields

object
force
velocity

Trait Implementations

Derived Implementations

impl PartialEq for Hunter

fn eq(&self, __arg_0: &Hunter) -> bool

fn ne(&self, __arg_0: &Hunter) -> bool

impl Clone for Hunter

fn clone(&self) -> Hunter

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for Hunter

fn fmt(&self, __arg_0: &mut Formatter) -> Result