Struct dxf::objects::Layout [] [src]

pub struct Layout {
    pub layout_name: String,
    pub layout_flags: i32,
    pub tab_order: i32,
    pub minimum_limits: Point,
    pub maximum_limits: Point,
    pub insertion_base_point: Point,
    pub minimum_extents: Point,
    pub maximum_extents: Point,
    pub elevation: f64,
    pub ucs_origin: Point,
    pub ucs_x_axis: Vector,
    pub ucs_y_axis: Vector,
    pub ucs_orthographic_type: UcsOrthographicType,
    // some fields omitted
}

Fields

Methods

impl Layout
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Layout
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Layout
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Layout
[src]

[src]

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

[src]

This method tests for !=.

impl Default for Layout
[src]

[src]

Returns the "default value" for a type. Read more