Enum gtk_sys::GtkTextDirection
[−]
[src]
#[repr(C)]pub enum GtkTextDirection { None, Ltr, Rtl, }
Variants
None
Ltr
Rtl
Trait Implementations
impl Clone for GtkTextDirection
[src]
fn clone(&self) -> GtkTextDirection
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