#[repr(C)]pub struct AEGP_MaskVertexCollectionItem {
pub mask_sel: AEGP_MaskCollectionItem,
pub index: AEGP_VertexIndex,
}Fields§
§mask_sel: AEGP_MaskCollectionItem§index: AEGP_VertexIndexTrait Implementations§
Source§impl Clone for AEGP_MaskVertexCollectionItem
impl Clone for AEGP_MaskVertexCollectionItem
Source§fn clone(&self) -> AEGP_MaskVertexCollectionItem
fn clone(&self) -> AEGP_MaskVertexCollectionItem
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_MaskVertexCollectionItem
Auto Trait Implementations§
impl Freeze for AEGP_MaskVertexCollectionItem
impl RefUnwindSafe for AEGP_MaskVertexCollectionItem
impl !Send for AEGP_MaskVertexCollectionItem
impl !Sync for AEGP_MaskVertexCollectionItem
impl Unpin for AEGP_MaskVertexCollectionItem
impl UnwindSafe for AEGP_MaskVertexCollectionItem
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