pub struct JSONSrtData {
pub matrices: Vec<JSONSrtTargetedMtx>,
pub name: String,
pub sourcePath: String,
pub frameDuration: u16,
pub xformModel: u32,
pub wrapMode: AnimationWrapMode,
}
Fields§
§matrices: Vec<JSONSrtTargetedMtx>
§name: String
§sourcePath: String
§frameDuration: u16
§xformModel: u32
§wrapMode: AnimationWrapMode
Trait Implementations§
Source§impl Clone for JSONSrtData
impl Clone for JSONSrtData
Source§fn clone(&self) -> JSONSrtData
fn clone(&self) -> JSONSrtData
Returns a copy of the value. Read more
1.0.0 · 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 JSONSrtData
impl Debug for JSONSrtData
Source§impl<'de> Deserialize<'de> for JSONSrtData
impl<'de> Deserialize<'de> for JSONSrtData
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 JSONSrtData
impl PartialEq for JSONSrtData
Source§impl Serialize for JSONSrtData
impl Serialize for JSONSrtData
impl StructuralPartialEq for JSONSrtData
Auto Trait Implementations§
impl Freeze for JSONSrtData
impl RefUnwindSafe for JSONSrtData
impl Send for JSONSrtData
impl Sync for JSONSrtData
impl Unpin for JSONSrtData
impl UnwindSafe for JSONSrtData
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