Enum pango_sys::PangoBidiType [] [src]

pub enum PangoBidiType {
    L,
    Lre,
    Lro,
    R,
    Al,
    Rle,
    Rlo,
    Pdf,
    En,
    Es,
    Et,
    An,
    Cs,
    Nsm,
    Bn,
    B,
    S,
    Ws,
    On,
}

Variants

Trait Implementations

impl Clone for PangoBidiType
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for PangoBidiType
[src]

impl Debug for PangoBidiType
[src]

[]

Formats the value using the given formatter.

impl Eq for PangoBidiType
[src]

impl PartialEq for PangoBidiType
[src]

[]

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

[]

This method tests for !=.