#[repr(C)]pub struct AEGP_EffectStreamCollectionItem {
pub effect: AEGP_EffectCollectionItem,
pub param_index: A_long,
}Fields§
§effect: AEGP_EffectCollectionItem§param_index: A_longTrait Implementations§
Source§impl Clone for AEGP_EffectStreamCollectionItem
impl Clone for AEGP_EffectStreamCollectionItem
Source§fn clone(&self) -> AEGP_EffectStreamCollectionItem
fn clone(&self) -> AEGP_EffectStreamCollectionItem
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_EffectStreamCollectionItem
Auto Trait Implementations§
impl Freeze for AEGP_EffectStreamCollectionItem
impl RefUnwindSafe for AEGP_EffectStreamCollectionItem
impl !Send for AEGP_EffectStreamCollectionItem
impl !Sync for AEGP_EffectStreamCollectionItem
impl Unpin for AEGP_EffectStreamCollectionItem
impl UnwindSafe for AEGP_EffectStreamCollectionItem
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