pub struct PPtrKeyframe {
pub time: f32,
pub value: PPtr,
}Expand description
PPtrKeyframe is a sub class of the Unity engine since version 4.3.0.
Fields§
§time: f32§value: PPtrPPtr<[Object]>: (4.3.0 - 2022.3.2f1)
Trait Implementations§
Source§impl Debug for PPtrKeyframe
impl Debug for PPtrKeyframe
Source§impl<'de> Deserialize<'de> for PPtrKeyframe
impl<'de> Deserialize<'de> for PPtrKeyframe
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 PPtrKeyframe
impl RefUnwindSafe for PPtrKeyframe
impl Send for PPtrKeyframe
impl Sync for PPtrKeyframe
impl Unpin for PPtrKeyframe
impl UnwindSafe for PPtrKeyframe
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