Enum pango_sys::PangoGravity
[−]
[src]
#[repr(C)]pub enum PangoGravity { South, East, North, West, Auto, }
Variants
South
East
North
West
Auto
Trait Implementations
impl Clone for PangoGravity
[src]
fn clone(&self) -> PangoGravity
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