Struct rust_rocket::track::Key
[−]
[src]
pub struct Key { /* fields omitted */ }The Key Type.
Methods
impl Key[src]
fn new(row: u32, value: f32, interp: Interpolation) -> Key
Construct a new Key.
Trait Implementations
impl Debug for Key[src]
impl Clone for Key[src]
fn clone(&self) -> Key
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more