[][src]Trait linear_sim::object::Temporal

pub trait Temporal: Object {
    fn derivatives(&self) -> &Derivatives;
fn derivatives_mut(&mut self) -> &mut Derivatives; }

Object with time derivatives

Required methods

fn derivatives(&self) -> &Derivatives

fn derivatives_mut(&mut self) -> &mut Derivatives

Loading content...

Implementors

impl Temporal for Dynamic[src]

impl Temporal for Nodetect[src]

Loading content...