Enum gtk_sys::GtkMovementStep [] [src]

pub enum GtkMovementStep {
    LogicalPositions,
    VisualPositions,
    Words,
    DisplayLines,
    DisplayLineEnds,
    Paragraphs,
    ParagraphEnds,
    Pages,
    BufferEnds,
    HorizontalPages,
}

Variants

Trait Implementations

impl Clone for GtkMovementStep
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkMovementStep
[src]

impl Debug for GtkMovementStep
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkMovementStep
[src]

impl PartialEq for GtkMovementStep
[src]

[]

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

[]

This method tests for !=.