#[repr(C)]pub struct AEGP_EffectCollectionItem {
pub layerH: AEGP_LayerH,
pub index: AEGP_EffectIndex,
}Fields§
§layerH: AEGP_LayerH§index: AEGP_EffectIndexTrait Implementations§
Source§impl Clone for AEGP_EffectCollectionItem
impl Clone for AEGP_EffectCollectionItem
Source§fn clone(&self) -> AEGP_EffectCollectionItem
fn clone(&self) -> AEGP_EffectCollectionItem
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 moreSource§impl Debug for AEGP_EffectCollectionItem
impl Debug for AEGP_EffectCollectionItem
impl Copy for AEGP_EffectCollectionItem
Auto Trait Implementations§
impl Freeze for AEGP_EffectCollectionItem
impl RefUnwindSafe for AEGP_EffectCollectionItem
impl !Send for AEGP_EffectCollectionItem
impl !Sync for AEGP_EffectCollectionItem
impl Unpin for AEGP_EffectCollectionItem
impl UnwindSafe for AEGP_EffectCollectionItem
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