pub struct TrackKey {
pub row: u32,
pub value: f32,
pub key_type: KeyType,
}
Fields§
§row: u32
§value: f32
§key_type: KeyType
interpolation type
Implementations§
Auto Trait Implementations§
impl Freeze for TrackKey
impl RefUnwindSafe for TrackKey
impl Send for TrackKey
impl Sync for TrackKey
impl Unpin for TrackKey
impl UnwindSafe for TrackKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more