Struct dxf::objects::RenderGlobal [] [src]

pub struct RenderGlobal {
    pub class_version: i32,
    pub render_procedure: RenderProcedure,
    pub render_destination: RenderDestination,
    pub save_to_file: bool,
    pub save_to_file_name: String,
    pub image_width: i32,
    pub image_height: i32,
    pub use_predefined_presets_first: bool,
    pub use_high_info_level: bool,
}

Fields

Trait Implementations

impl Clone for RenderGlobal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RenderGlobal
[src]

Formats the value using the given formatter.

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

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