Enum pango::Gravity
[−]
[src]
pub enum Gravity {
South,
East,
North,
West,
Auto,
// some variants omitted
}Variants
SouthEastNorthWestAutoTrait Implementations
impl Clone for Gravity[src]
fn clone(&self) -> Gravity
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 Gravity[src]
impl Debug for Gravity[src]
impl Eq for Gravity[src]
impl PartialEq for Gravity[src]
fn eq(&self, __arg_0: &Gravity) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Gravity) -> bool
This method tests for !=.