Struct dxf::entities::OleFrame [] [src]

pub struct OleFrame {
    pub version_number: i32,
    pub binary_data_length: i32,
    pub binary_data_strings: Vec<String>,
}

Fields

Trait Implementations

impl Clone for OleFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OleFrame
[src]

Formats the value using the given formatter.

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

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