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