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

pub struct List {
    pub list_style_position: T,
    pub list_style_type: T,
    pub list_style_image: T,
    pub quotes: T,
}

The List style struct.

Fields

The list-style-position computed value.

The list-style-type computed value.

The list-style-image computed value.

The quotes computed value.

Methods

impl List
[src]

[src]

Set list-style-position.

[src]

Set list-style-position from other struct.

[src]

Reset list-style-position from the initial struct.

[src]

Get the computed value for list-style-position.

[src]

Set list-style-type.

[src]

Set list-style-type from other struct.

[src]

Reset list-style-type from the initial struct.

[src]

Get the computed value for list-style-type.

[src]

Set list-style-image.

[src]

Set list-style-image from other struct.

[src]

Reset list-style-image from the initial struct.

[src]

Get the computed value for list-style-image.

[src]

Set quotes.

[src]

Set quotes from other struct.

[src]

Reset quotes from the initial struct.

[src]

Get the computed value for quotes.

Trait Implementations

impl Clone for List
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for List
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

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

[src]

This method tests for !=.