Struct geo_aid::script::unroll::PointCollection
source · pub struct PointCollection {
pub length: usize,
pub data: PointCollectionData,
}
Fields§
§length: usize
§data: PointCollectionData
Implementations§
Trait Implementations§
source§impl Clone for PointCollection
impl Clone for PointCollection
source§fn clone(&self) -> PointCollection
fn clone(&self) -> PointCollection
Returns a copy 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 ConvertFrom<AnyExpr> for PointCollection
impl ConvertFrom<AnyExpr> for PointCollection
source§impl ConvertFrom<Expr<Bundle>> for PointCollection
impl ConvertFrom<Expr<Bundle>> for PointCollection
source§impl ConvertFrom<Expr<Circle>> for PointCollection
impl ConvertFrom<Expr<Circle>> for PointCollection
source§impl ConvertFrom<Expr<Line>> for PointCollection
impl ConvertFrom<Expr<Line>> for PointCollection
source§impl ConvertFrom<Expr<Point>> for PointCollection
impl ConvertFrom<Expr<Point>> for PointCollection
source§impl ConvertFrom<Expr<Scalar>> for PointCollection
impl ConvertFrom<Expr<Scalar>> for PointCollection
source§impl Debug for PointCollection
impl Debug for PointCollection
source§impl Definition for PointCollection
impl Definition for PointCollection
source§fn order(&self, context: &CompileContext) -> usize
fn order(&self, context: &CompileContext) -> usize
Get the complexity order (how much adjustment is done to this entity).
source§fn contains_entity(&self, entity: usize, context: &CompileContext) -> bool
fn contains_entity(&self, entity: usize, context: &CompileContext) -> bool
Check if the object contains an entity
source§impl Display for PointCollection
impl Display for PointCollection
source§impl GetValueType for PointCollection
impl GetValueType for PointCollection
fn get_value_type(&self) -> Type
Auto Trait Implementations§
impl !RefUnwindSafe for PointCollection
impl !Send for PointCollection
impl !Sync for PointCollection
impl Unpin for PointCollection
impl !UnwindSafe for PointCollection
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