Struct limn_text_layout::types::Range [] [src]

pub struct Range {
    pub start: f32,
    pub end: f32,
}

Fields

The start of some Range along an axis.

The end of some Range along an axis.

Methods

impl Range
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for Range
[src]

impl Clone for Range
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Range
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Range
[src]

[src]

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

[src]

This method tests for !=.