Enum dxf::DrawingItem[][src]

pub enum DrawingItem<'a> {
    AppId(&'a AppId),
    Block(&'a Block),
    BlockRecord(&'a BlockRecord),
    DimStyle(&'a DimStyle),
    Entity(&'a Entity),
    Layer(&'a Layer),
    LineType(&'a LineType),
    Object(&'a Object),
    Style(&'a Style),
    Ucs(&'a Ucs),
    View(&'a View),
    ViewPort(&'a ViewPort),
}

Variants

AppId(&'a AppId)

Tuple Fields of AppId

0: &'a AppId
Block(&'a Block)

Tuple Fields of Block

0: &'a Block
BlockRecord(&'a BlockRecord)

Tuple Fields of BlockRecord

0: &'a BlockRecord
DimStyle(&'a DimStyle)

Tuple Fields of DimStyle

0: &'a DimStyle
Entity(&'a Entity)

Tuple Fields of Entity

0: &'a Entity
Layer(&'a Layer)

Tuple Fields of Layer

0: &'a Layer
LineType(&'a LineType)

Tuple Fields of LineType

0: &'a LineType
Object(&'a Object)

Tuple Fields of Object

0: &'a Object
Style(&'a Style)

Tuple Fields of Style

0: &'a Style
Ucs(&'a Ucs)

Tuple Fields of Ucs

0: &'a Ucs
View(&'a View)

Tuple Fields of View

0: &'a View
ViewPort(&'a ViewPort)

Tuple Fields of ViewPort

0: &'a ViewPort

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.