Struct dxf::entities::DgnUnderlay [] [src]

pub struct DgnUnderlay {
    pub object: u32,
    pub insertion_point: Point,
    pub x_scale: f64,
    pub y_scale: f64,
    pub z_scale: f64,
    pub rotation_angle: f64,
    pub normal: Vector,
    pub flags: i32,
    pub contrast: i16,
    pub fade: i16,
    pub points: Vec<Point>,
    // some fields omitted
}

Fields

Methods

impl DgnUnderlay
[src]

Trait Implementations

impl Clone for DgnUnderlay
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DgnUnderlay
[src]

Formats the value using the given formatter.

impl PartialEq for DgnUnderlay
[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 DgnUnderlay
[src]

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