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