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