Struct dxf::entities::Section [] [src]

pub struct Section {
    pub state: i32,
    pub flags: i32,
    pub name: String,
    pub vertical_direction: Vector,
    pub top_height: f64,
    pub bottom_height: f64,
    pub indicator_transparency: i16,
    pub indicator_color: Color,
    pub indicator_color_name: String,
    pub vertices: Vec<Point>,
    pub back_line_vertices: Vec<Point>,
    pub geometry_settings: u32,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for Section
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Section
[src]

Formats the value using the given formatter.

impl PartialEq for Section
[src]

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

This method tests for !=.

impl Default for Section
[src]

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