Struct pointprocesses::event::Event [−][src]
pub struct Event { /* fields omitted */ }Model for events appearing along the process.
Methods
impl Event[src]
impl Eventpub fn new(timestamp: f64, intensity: f64) -> Event[src]
pub fn new(timestamp: f64, intensity: f64) -> Eventpub fn add_child(&mut self, par: Event)[src]
pub fn add_child(&mut self, par: Event)pub fn jump(self, jump: f64) -> Self[src]
pub fn jump(self, jump: f64) -> Selfpub fn get_jump(&self) -> f64[src]
pub fn get_jump(&self) -> f64pub fn get_timestamp(&self) -> f64[src]
pub fn get_timestamp(&self) -> f64pub fn get_intensity(&self) -> f64[src]
pub fn get_intensity(&self) -> f64Trait Implementations
impl Clone for Event[src]
impl Clone for Eventfn clone(&self) -> Event[src]
fn clone(&self) -> EventReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Event[src]
impl Debug for Eventfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for Event[src]
impl Display for Event