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