Enum pango_sys::PangoBidiType
[−]
[src]
#[repr(C)]pub enum PangoBidiType { L, Lre, Lro, R, Al, Rle, Rlo, Pdf, En, Es, Et, An, Cs, Nsm, Bn, B, S, Ws, On, }
Variants
L
Lre
Lro
R
Al
Rle
Rlo
Pdf
En
Es
Et
An
Cs
Nsm
Bn
B
S
Ws
On
Trait Implementations
impl Clone for PangoBidiType
[src]
fn clone(&self) -> PangoBidiType
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