Enum gtk_sys::GtkMovementStep 
                   
                       [−]
                   
               [src]
#[repr(C)]pub enum GtkMovementStep { LogicalPositions, VisualPositions, Words, DisplayLines, DisplayLineEnds, Paragraphs, ParagraphEnds, Pages, BufferEnds, HorizontalPages, }
Variants
LogicalPositionsVisualPositionsWordsDisplayLinesDisplayLineEndsParagraphsParagraphEndsPagesBufferEndsHorizontalPagesTrait Implementations
impl Clone for GtkMovementStep[src]
fn clone(&self) -> GtkMovementStep
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more