pub struct VFXEntryExpressionValue {
pub m_ExpressionIndex: u32,
pub m_Value: f32,
}Expand description
VFXEntryExpressionValue is a sub class of the Unity engine since version 2018.3.0f2.
Fields§
§m_ExpressionIndex: u32§m_Value: f32Trait Implementations§
Source§impl Debug for VFXEntryExpressionValue
impl Debug for VFXEntryExpressionValue
Source§impl<'de> Deserialize<'de> for VFXEntryExpressionValue
impl<'de> Deserialize<'de> for VFXEntryExpressionValue
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 VFXEntryExpressionValue
impl RefUnwindSafe for VFXEntryExpressionValue
impl Send for VFXEntryExpressionValue
impl Sync for VFXEntryExpressionValue
impl Unpin for VFXEntryExpressionValue
impl UnwindSafe for VFXEntryExpressionValue
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