Struct style::values::generics::grid::LineNameList [] [src]

pub struct LineNameList {
    pub names: Box<[Box<[CustomIdent]>]>,
    pub fill_idx: Option<u32>,
}

The <line-name-list> for subgrids.

subgrid [ <line-names> | repeat(<positive-integer> | auto-fill, <line-names>+) ]+ Old spec: https://www.w3.org/TR/2015/WD-css-grid-1-20150917/#typedef-line-name-list

Fields

The optional <line-name-list>

Indicates the line name that requires auto-fill

Trait Implementations

impl Clone for LineNameList
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LineNameList
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for LineNameList
[src]

[src]

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

impl MallocSizeOf for LineNameList
[src]

[src]

Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more

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

The computed value type we're going to be converted to.

[src]

Convert a specified value to a computed value, using itself and the data inside the Context. Read more

[src]

Convert a computed value to specified value form. Read more

impl Parse for LineNameList
[src]

[src]

Parse a value of this type. Read more

impl ToCss for LineNameList
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

Serialize self in CSS syntax and return a string. Read more