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

pub struct Table {
    pub table_layout: T,
}

The Table style struct.

Fields

The table-layout computed value.

Methods

impl Table
[src]

[src]

Set table-layout.

[src]

Set table-layout from other struct.

[src]

Reset table-layout from the initial struct.

[src]

Get the computed value for table-layout.

Trait Implementations

impl Clone for Table
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Table
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

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

[src]

This method tests for !=.