Struct dxf::LineWeight [] [src]

pub struct LineWeight { /* fields omitted */ }

Represents a line weight.

Methods

impl LineWeight
[src]

[src]

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

[src]

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

[src]

Gets the raw value of the LineWeight.

[src]

Returns true if the LineWeight is BYBLOCK.

[src]

Returns true if the LineWeight is BYLAYER.

Trait Implementations

impl Clone for LineWeight
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LineWeight
[src]

[src]

Formats the value using the given formatter.

impl Default for LineWeight
[src]

[src]

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

impl PartialEq for LineWeight
[src]

[src]

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

[src]

This method tests for !=.