Struct style::properties::style_structs::Column [] [src]

pub struct Column {
    pub column_width: T,
    pub column_count: T,
    pub column_gap: T,
}

The Column style struct.

Fields

The column-width computed value.

The column-count computed value.

The column-gap computed value.

Methods

impl Column
[src]

[src]

Set column-width.

[src]

Set column-width from other struct.

[src]

Reset column-width from the initial struct.

[src]

Get the computed value for column-width.

[src]

Set column-count.

[src]

Set column-count from other struct.

[src]

Reset column-count from the initial struct.

[src]

Get the computed value for column-count.

[src]

Set column-gap.

[src]

Set column-gap from other struct.

[src]

Reset column-gap from the initial struct.

[src]

Get the computed value for column-gap.

Trait Implementations

impl Clone for Column
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Column
[src]

[src]

Formats the value using the given formatter. Read more

impl MallocSizeOf for Column
[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 Column
[src]

[src]

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

[src]

This method tests for !=.