Enum gtk_sys::GtkTextDirection [] [src]

#[repr(C)]
pub enum GtkTextDirection { None, Ltr, Rtl, }

Variants

Trait Implementations

impl Clone for GtkTextDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GtkTextDirection
[src]

impl Debug for GtkTextDirection
[src]

Formats the value using the given formatter.

impl Eq for GtkTextDirection
[src]

impl PartialEq for GtkTextDirection
[src]

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

This method tests for !=.