Enum atk_sys::AtkTextGranularity [] [src]

pub enum AtkTextGranularity {
    Char,
    Word,
    Sentence,
    Line,
    Paragraph,
}

Variants

Trait Implementations

impl Clone for AtkTextGranularity
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for AtkTextGranularity
[src]

impl Debug for AtkTextGranularity
[src]

[]

Formats the value using the given formatter.

impl Eq for AtkTextGranularity
[src]

impl PartialEq for AtkTextGranularity
[src]

[]

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

[]

This method tests for !=.