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