Trait TrackTableExt

Source
trait TrackTableExt {
    // Required methods
    fn hor_tracking(&self, ptem: f32) -> Option<i32>;
    fn ver_tracking(&self, ptem: f32) -> Option<i32>;
}

Required Methods§

Source

fn hor_tracking(&self, ptem: f32) -> Option<i32>

Source

fn ver_tracking(&self, ptem: f32) -> Option<i32>

Implementations on Foreign Types§

Source§

impl TrackTableExt for Table<'_>

Source§

fn hor_tracking(&self, ptem: f32) -> Option<i32>

Source§

fn ver_tracking(&self, ptem: f32) -> Option<i32>

Implementors§