Struct dxf::tables::Layer [] [src]

pub struct Layer {
    pub name: String,
    pub handle: u32,
    pub extension_data_groups: Vec<ExtensionGroup>,
    pub x_data: Vec<XData>,
    pub color: Color,
    pub line_type_name: String,
    pub is_layer_plotted: bool,
    pub line_weight: LineWeight,
    pub is_layer_on: bool,
    // some fields omitted
}

Fields

Methods

impl Layer
[src]

[src]

Ensure all values are valid.

impl Layer
[src]

[src]

[src]

Trait Implementations

impl Default for Layer
[src]

[src]

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