Struct dacite::core::Rect2D [] [src]

pub struct Rect2D {
    pub offset: Offset2D,
    pub extent: Extent2D,
}

Fields

Methods

impl Rect2D
[src]

Creates a new Rect2D.

Trait Implementations

impl Debug for Rect2D
[src]

Formats the value using the given formatter.

impl Copy for Rect2D
[src]

impl Clone for Rect2D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Rect2D
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Rect2D
[src]

impl Hash for Rect2D
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more