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
bounding_box: Rect
The absolute position bounding box.
start_character_index: i32
The starting index in characters, for this post layout textbox substring.
num_characters: i32
The number of characters in this post layout textbox substring.
Trait Implementations
impl Clone for InlineTextBox[src]
fn clone(&self) -> InlineTextBox[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for InlineTextBox[src]
impl PartialEq for InlineTextBox[src]
fn eq(&self, __arg_0: &InlineTextBox) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &InlineTextBox) -> bool[src]
This method tests for !=.