Enum pango::BidiType
[−]
[src]
pub enum BidiType {
L,
Lre,
Lro,
R,
Al,
Rle,
Rlo,
Pdf,
En,
Es,
Et,
An,
Cs,
Nsm,
Bn,
B,
S,
Ws,
On,
// some variants omitted
}Variants
LLreLroRAlRleRloPdfEnEsEtAnCsNsmBnBSWsOnTrait Implementations
impl Clone for BidiType[src]
fn clone(&self) -> BidiType
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
impl Copy for BidiType[src]
impl Debug for BidiType[src]
impl Eq for BidiType[src]
impl PartialEq for BidiType[src]
fn eq(&self, __arg_0: &BidiType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &BidiType) -> bool
This method tests for !=.