#[repr(C)]pub struct AEGP_StreamCollectionItem {
pub type_: AEGP_StreamCollectionItemType,
pub u: AEGP_StreamCollectionItem__bindgen_ty_1,
}Fields§
§type_: AEGP_StreamCollectionItemType§u: AEGP_StreamCollectionItem__bindgen_ty_1Trait Implementations§
Source§impl Clone for AEGP_StreamCollectionItem
impl Clone for AEGP_StreamCollectionItem
Source§fn clone(&self) -> AEGP_StreamCollectionItem
fn clone(&self) -> AEGP_StreamCollectionItem
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_StreamCollectionItem
Auto Trait Implementations§
impl Freeze for AEGP_StreamCollectionItem
impl RefUnwindSafe for AEGP_StreamCollectionItem
impl !Send for AEGP_StreamCollectionItem
impl !Sync for AEGP_StreamCollectionItem
impl Unpin for AEGP_StreamCollectionItem
impl UnwindSafe for AEGP_StreamCollectionItem
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