#[repr(C)]pub struct AEGP_MaskStreamCollectionItem {
pub mask: AEGP_MaskCollectionItem,
pub mask_stream: AEGP_MaskStream,
}Fields§
§mask: AEGP_MaskCollectionItem§mask_stream: AEGP_MaskStreamTrait Implementations§
Source§impl Clone for AEGP_MaskStreamCollectionItem
impl Clone for AEGP_MaskStreamCollectionItem
Source§fn clone(&self) -> AEGP_MaskStreamCollectionItem
fn clone(&self) -> AEGP_MaskStreamCollectionItem
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_MaskStreamCollectionItem
Auto Trait Implementations§
impl Freeze for AEGP_MaskStreamCollectionItem
impl RefUnwindSafe for AEGP_MaskStreamCollectionItem
impl !Send for AEGP_MaskStreamCollectionItem
impl !Sync for AEGP_MaskStreamCollectionItem
impl Unpin for AEGP_MaskStreamCollectionItem
impl UnwindSafe for AEGP_MaskStreamCollectionItem
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