pub struct SequenceFrame {
pub time: f32,
pub mode: SequenceMode,
pub index: i32,
pub delay: f32,
}Fields§
§time: f32§mode: SequenceMode§index: i32§delay: f32Trait Implementations§
Source§impl Clone for SequenceFrame
impl Clone for SequenceFrame
Source§fn clone(&self) -> SequenceFrame
fn clone(&self) -> SequenceFrame
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SequenceFrame
impl RefUnwindSafe for SequenceFrame
impl Send for SequenceFrame
impl Sync for SequenceFrame
impl Unpin for SequenceFrame
impl UnwindSafe for SequenceFrame
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