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