pub struct JSONSrtKeyFrame {
pub frame: f32,
pub value: f32,
pub tangent: f32,
}Fields§
§frame: f32§value: f32§tangent: f32Trait Implementations§
Source§impl Clone for JSONSrtKeyFrame
impl Clone for JSONSrtKeyFrame
Source§fn clone(&self) -> JSONSrtKeyFrame
fn clone(&self) -> JSONSrtKeyFrame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JSONSrtKeyFrame
impl Debug for JSONSrtKeyFrame
Source§impl<'de> Deserialize<'de> for JSONSrtKeyFrame
impl<'de> Deserialize<'de> for JSONSrtKeyFrame
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for JSONSrtKeyFrame
impl PartialEq for JSONSrtKeyFrame
Source§fn eq(&self, other: &JSONSrtKeyFrame) -> bool
fn eq(&self, other: &JSONSrtKeyFrame) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for JSONSrtKeyFrame
impl Serialize for JSONSrtKeyFrame
impl StructuralPartialEq for JSONSrtKeyFrame
Auto Trait Implementations§
impl Freeze for JSONSrtKeyFrame
impl RefUnwindSafe for JSONSrtKeyFrame
impl Send for JSONSrtKeyFrame
impl Sync for JSONSrtKeyFrame
impl Unpin for JSONSrtKeyFrame
impl UnsafeUnpin for JSONSrtKeyFrame
impl UnwindSafe for JSONSrtKeyFrame
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