Enum pango_sys::PangoDirection [] [src]

#[repr(C)]
pub enum PangoDirection { Ltr, Rtl, TtbLtr, TtbRtl, WeakLtr, WeakRtl, Neutral, }

Variants

Trait Implementations

impl Clone for PangoDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PangoDirection
[src]

impl Debug for PangoDirection
[src]

Formats the value using the given formatter.

impl Eq for PangoDirection
[src]

impl PartialEq for PangoDirection
[src]

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

This method tests for !=.