pub struct StreamedClip {
pub curveCount: u32,
pub data: Vec<u32>,
}Expand description
StreamedClip is a sub class of the Unity engine since version 4.0.0.
Fields§
§curveCount: u32§data: Vec<u32>Trait Implementations§
Source§impl Debug for StreamedClip
impl Debug for StreamedClip
Source§impl<'de> Deserialize<'de> for StreamedClip
impl<'de> Deserialize<'de> for StreamedClip
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
Auto Trait Implementations§
impl Freeze for StreamedClip
impl RefUnwindSafe for StreamedClip
impl Send for StreamedClip
impl Sync for StreamedClip
impl Unpin for StreamedClip
impl UnwindSafe for StreamedClip
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