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

pub struct InheritedBox {
    pub visibility: T,
    pub writing_mode: T,
    pub direction: T,
    pub image_rendering: T,
}

The InheritedBox style struct.

Fields

The visibility computed value.

The writing-mode computed value.

The direction computed value.

The image-rendering computed value.

Methods

impl InheritedBox
[src]

[src]

Set visibility.

[src]

Set visibility from other struct.

[src]

Reset visibility from the initial struct.

[src]

Get the computed value for visibility.

[src]

Set writing-mode.

[src]

Set writing-mode from other struct.

[src]

Reset writing-mode from the initial struct.

[src]

Get the computed value for writing-mode.

[src]

Set direction.

[src]

Set direction from other struct.

[src]

Reset direction from the initial struct.

[src]

Get the computed value for direction.

[src]

Set image-rendering.

[src]

Set image-rendering from other struct.

[src]

Reset image-rendering from the initial struct.

[src]

Get the computed value for image-rendering.

Trait Implementations

impl Clone for InheritedBox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InheritedBox
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

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

[src]

This method tests for !=.