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