Enum gtk_sys::GtkTextBufferTargetInfo [] [src]

pub enum GtkTextBufferTargetInfo {
    BufferContents,
    RichText,
    Text,
}

Variants

Trait Implementations

impl Clone for GtkTextBufferTargetInfo
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkTextBufferTargetInfo
[src]

impl Debug for GtkTextBufferTargetInfo
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkTextBufferTargetInfo
[src]

impl PartialEq for GtkTextBufferTargetInfo
[src]

[]

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

[]

This method tests for !=.