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