Struct dxf::entities::Wipeout [] [src]

pub struct Wipeout {
    pub class_version: i32,
    pub location: Point,
    pub u_vector: Vector,
    pub v_vector: Vector,
    pub image_size: Vector,
    pub image_def_reference: String,
    pub display_options_flags: i32,
    pub use_clipping: bool,
    pub brightness: i16,
    pub contrast: i16,
    pub fade: i16,
    pub image_def_reactor_reference: String,
    pub clipping_type: ImageClippingBoundaryType,
    pub clipping_vertex_count: i32,
    pub clipping_vertices: Vec<Point>,
    pub is_inside_clipping: bool,
    // some fields omitted
}

Fields

Methods

impl Wipeout
[src]

Trait Implementations

impl Clone for Wipeout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Wipeout
[src]

Formats the value using the given formatter.

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

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