Struct ytesrev::drawable::DrawSettings[][src]

pub struct DrawSettings {
    pub notes_view: bool,
}

Settings to specify how an object is supposed to be drawed

Fields

Is the object being drawed in the notes window, or the main window? In the notes window, more debug information is drawed.

Trait Implementations

impl Clone for DrawSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DrawSettings
[src]

impl PartialEq for DrawSettings
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for DrawSettings
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations