pub struct EventTrackLayerProxy<T: TKeyframeData + Clone> { /* private fields */ }
Implementations§
Source§impl<T: TKeyframeData + Clone> EventTrackLayerProxy<T>where
KeyframeData: From<T>,
impl<T: TKeyframeData + Clone> EventTrackLayerProxy<T>where
KeyframeData: From<T>,
pub async fn set_keyframes(&mut self, keyframes: Vec<KeyframeArgs<T>>)
pub fn id(&self) -> String
Trait Implementations§
Source§impl<T: Clone + TKeyframeData + Clone> Clone for EventTrackLayerProxy<T>
impl<T: Clone + TKeyframeData + Clone> Clone for EventTrackLayerProxy<T>
Source§fn clone(&self) -> EventTrackLayerProxy<T>
fn clone(&self) -> EventTrackLayerProxy<T>
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<T> Freeze for EventTrackLayerProxy<T>
impl<T> !RefUnwindSafe for EventTrackLayerProxy<T>
impl<T> Send for EventTrackLayerProxy<T>where
T: Send,
impl<T> Sync for EventTrackLayerProxy<T>where
T: Sync,
impl<T> Unpin for EventTrackLayerProxy<T>where
T: Unpin,
impl<T> !UnwindSafe for EventTrackLayerProxy<T>
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