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

pub struct InheritedTable {
    pub border_collapse: T,
    pub empty_cells: T,
    pub caption_side: T,
    pub border_spacing: T,
}

The InheritedTable style struct.

Fields

The border-collapse computed value.

The empty-cells computed value.

The caption-side computed value.

The border-spacing computed value.

Methods

impl InheritedTable
[src]

[src]

Set border-collapse.

[src]

Set border-collapse from other struct.

[src]

Reset border-collapse from the initial struct.

[src]

Get the computed value for border-collapse.

[src]

Set empty-cells.

[src]

Set empty-cells from other struct.

[src]

Reset empty-cells from the initial struct.

[src]

Get the computed value for empty-cells.

[src]

Set caption-side.

[src]

Set caption-side from other struct.

[src]

Reset caption-side from the initial struct.

[src]

Get the computed value for caption-side.

[src]

Set border-spacing.

[src]

Set border-spacing from other struct.

[src]

Reset border-spacing from the initial struct.

[src]

Get the computed value for border-spacing.

Trait Implementations

impl Clone for InheritedTable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InheritedTable
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

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

[src]

This method tests for !=.