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