pub struct Rgba2Timeline {
pub slot_index: usize,
pub frames: Vec<Rgba2Frame>,
}Fields§
§slot_index: usize§frames: Vec<Rgba2Frame>Trait Implementations§
Source§impl Clone for Rgba2Timeline
impl Clone for Rgba2Timeline
Source§fn clone(&self) -> Rgba2Timeline
fn clone(&self) -> Rgba2Timeline
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 Rgba2Timeline
impl RefUnwindSafe for Rgba2Timeline
impl Send for Rgba2Timeline
impl Sync for Rgba2Timeline
impl Unpin for Rgba2Timeline
impl UnwindSafe for Rgba2Timeline
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