pub struct Keyframes {
pub times: Vec<f64>,
pub file_positions: Vec<f64>,
}Fields§
§times: Vec<f64>§file_positions: Vec<f64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Keyframes
impl RefUnwindSafe for Keyframes
impl Send for Keyframes
impl Sync for Keyframes
impl Unpin for Keyframes
impl UnwindSafe for Keyframes
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