Enum pango_sys::PangoDirection
[−]
[src]
#[repr(C)]pub enum PangoDirection { Ltr, Rtl, TtbLtr, TtbRtl, WeakLtr, WeakRtl, Neutral, }
Variants
Ltr
Rtl
TtbLtr
TtbRtl
WeakLtr
WeakRtl
Neutral
Trait Implementations
impl Clone for PangoDirection
[src]
fn clone(&self) -> PangoDirection
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