Enum gtk_sys::GtkTreeViewGridLines
[−]
[src]
#[repr(C)]pub enum GtkTreeViewGridLines { None, Horizontal, Vertical, Both, }
Variants
None
Horizontal
Vertical
Both
Trait Implementations
impl Clone for GtkTreeViewGridLines
[src]
fn clone(&self) -> GtkTreeViewGridLines
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