Struct dxf::LineWeight [] [src]

pub struct LineWeight { /* fields omitted */ }

Represents a line weight.

Methods

impl LineWeight
[src]

Creates a new LineWeight that defaults back to the containing block's line weight.

Creates a new LineWeight that defaults back to the item's layer's line weight.

Gets the raw value of the LineWeight.

Returns true if the LineWeight is BYBLOCK.

Returns true if the LineWeight is BYLAYER.

Trait Implementations

impl Clone for LineWeight
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LineWeight
[src]

Formats the value using the given formatter.

impl Default for LineWeight
[src]

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

impl PartialEq for LineWeight
[src]

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

This method tests for !=.