Struct dxf::entities::Ole2Frame [] [src]

pub struct Ole2Frame {
    pub version_number: i32,
    pub description: String,
    pub upper_left_corner: Point,
    pub lower_right_corner: Point,
    pub object_type: OleObjectType,
    pub tile_mode: TileModeDescriptor,
    pub binary_data_length: i32,
    pub binary_data_strings: Vec<String>,
}

Fields

Trait Implementations

impl Clone for Ole2Frame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ole2Frame
[src]

Formats the value using the given formatter.

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

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