#[repr(C)]pub struct AEGP_CollectionItemV2 {
pub type_: AEGP_CollectionItemType,
pub u: AEGP_CollectionItemV2__bindgen_ty_1,
pub stream_refH: AEGP_StreamRefH,
}Fields§
§type_: AEGP_CollectionItemType§u: AEGP_CollectionItemV2__bindgen_ty_1§stream_refH: AEGP_StreamRefHTrait Implementations§
Source§impl Clone for AEGP_CollectionItemV2
impl Clone for AEGP_CollectionItemV2
Source§fn clone(&self) -> AEGP_CollectionItemV2
fn clone(&self) -> AEGP_CollectionItemV2
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_CollectionItemV2
Auto Trait Implementations§
impl Freeze for AEGP_CollectionItemV2
impl RefUnwindSafe for AEGP_CollectionItemV2
impl !Send for AEGP_CollectionItemV2
impl !Sync for AEGP_CollectionItemV2
impl Unpin for AEGP_CollectionItemV2
impl UnwindSafe for AEGP_CollectionItemV2
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