#[repr(C)]pub struct AEGP_KeyframeCollectionItem {
pub stream_coll: AEGP_StreamCollectionItem,
pub index: AEGP_KeyframeIndex,
}Fields§
§stream_coll: AEGP_StreamCollectionItem§index: AEGP_KeyframeIndexTrait Implementations§
Source§impl Clone for AEGP_KeyframeCollectionItem
impl Clone for AEGP_KeyframeCollectionItem
Source§fn clone(&self) -> AEGP_KeyframeCollectionItem
fn clone(&self) -> AEGP_KeyframeCollectionItem
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 moreimpl Copy for AEGP_KeyframeCollectionItem
Auto Trait Implementations§
impl Freeze for AEGP_KeyframeCollectionItem
impl RefUnwindSafe for AEGP_KeyframeCollectionItem
impl !Send for AEGP_KeyframeCollectionItem
impl !Sync for AEGP_KeyframeCollectionItem
impl Unpin for AEGP_KeyframeCollectionItem
impl UnwindSafe for AEGP_KeyframeCollectionItem
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