Struct style::values::specified::position::NamedArea [] [src]

pub struct NamedArea {
    pub name: Box<str>,
    pub rows: Range<u32>,
    pub columns: Range<u32>,
}

Not associated with any particular grid item, but can be referenced from the grid-placement properties.

Fields

Name of the named area

Rows of the named area

Columns of the named area

Trait Implementations

impl Clone for NamedArea
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NamedArea
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for NamedArea
[src]

[src]

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

[src]

This method tests for !=.