Struct flo::standard_tools::InkData [] [src]

pub struct InkData {
    pub brush: BrushDefinition,
    pub brush_properties: BrushProperties,
    pub selected_layer: u64,
}

Data for the ink brush

Fields

Trait Implementations

impl Clone for InkData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for InkData
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for InkData
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for InkData

impl Sync for InkData