Struct cdp::css::InlineTextBox [] [src]

pub struct InlineTextBox {
    pub bounding_box: Rect,
    pub start_character_index: i32,
    pub num_characters: i32,
}

[Experimental] Details of post layout rendered text positions. The exact layout should not be regarded as stable and may change between versions.

Fields

The absolute position bounding box.

The starting index in characters, for this post layout textbox substring.

The number of characters in this post layout textbox substring.

Trait Implementations

impl Clone for InlineTextBox
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InlineTextBox
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for InlineTextBox
[src]

[src]

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

[src]

This method tests for !=.