Enum atk_sys::AtkTextBoundary [] [src]

pub enum AtkTextBoundary {
    Char,
    WordStart,
    WordEnd,
    SentenceStart,
    SentenceEnd,
    LineStart,
    LineEnd,
}

Variants

Trait Implementations

impl Clone for AtkTextBoundary
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for AtkTextBoundary
[src]

impl Debug for AtkTextBoundary
[src]

[]

Formats the value using the given formatter.

impl Eq for AtkTextBoundary
[src]

impl PartialEq for AtkTextBoundary
[src]

[]

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

[]

This method tests for !=.