Enum gtk::MovementStep
[−]
[src]
pub enum MovementStep {
LogicalPositions,
VisualPositions,
Words,
DisplayLines,
DisplayLineEnds,
Paragraphs,
ParagraphEnds,
Pages,
BufferEnds,
HorizontalPages,
// some variants omitted
}Variants
LogicalPositionsVisualPositionsWordsDisplayLinesDisplayLineEndsParagraphsParagraphEndsPagesBufferEndsHorizontalPagesTrait Implementations
impl Clone for MovementStep[src]
fn clone(&self) -> MovementStep
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
impl Copy for MovementStep[src]
impl Debug for MovementStep[src]
impl Eq for MovementStep[src]
impl PartialEq for MovementStep[src]
fn eq(&self, __arg_0: &MovementStep) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &MovementStep) -> bool
This method tests for !=.