pub struct TimeCurve {
pub control_points: Vec<TimeCurvePoint>,
}Expand description
時間制御のカーブ。
Fields§
§control_points: Vec<TimeCurvePoint>カーブの制御点。
Trait Implementations§
impl StructuralPartialEq for TimeCurve
Auto Trait Implementations§
impl Freeze for TimeCurve
impl RefUnwindSafe for TimeCurve
impl Send for TimeCurve
impl Sync for TimeCurve
impl Unpin for TimeCurve
impl UnwindSafe for TimeCurve
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