Struct limn_core::style::DrawState [] [src]

pub struct DrawState {
    pub style: Option<DrawStyle>,
    pub state: Option<Box<Draw>>,
    // some fields omitted
}

Fields

Methods

impl DrawState
[src]

[src]

[src]

[src]

Important traits for &'a mut I
[src]

[src]

Important traits for &'a mut I
[src]

Trait Implementations

impl Default for DrawState
[src]

[src]

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

impl Debug for DrawState
[src]

[src]

Formats the value using the given formatter. Read more