Struct descartes::PrimitiveArea[][src]

pub struct PrimitiveArea {
    pub boundary: ClosedLinePath,
}

Represents a filled area bounded by a clockwise boundary. Everything "right of" the boundary is considered "inside"

Fields

Methods

impl PrimitiveArea
[src]

Trait Implementations

impl Clone for PrimitiveArea
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PrimitiveArea
[src]

Formats the value using the given formatter. Read more

impl Compact for PrimitiveArea
[src]

Is the object's dynamic part stored compactly?

Size of the dynamic part in bytes

Copy the static part of source to dest and compactly store the dynamic part of source as the new dynamic part of dest at new_dynamic_part. This semantically moves source into dest. Read more

Creates a clone of self with the dynamic part guaranteed to be stored freely. Read more

Total size of the object (static part + dynamic part)

Get a pointer to behind the static part of self (commonly used place for the dynamic part)

Like compact with new_dynamic_part set to dest.behind()

impl PointContainer for PrimitiveArea
[src]

impl<'a> RoughEq for &'a PrimitiveArea
[src]

Auto Trait Implementations

impl !Send for PrimitiveArea

impl !Sync for PrimitiveArea