Enum gtk_sys::GtkAlign
[−]
[src]
#[repr(C)]pub enum GtkAlign { Fill, Start, End, Center, Baseline, }
Variants
Fill
Start
End
Center
Baseline
Trait Implementations
impl Clone for GtkAlign
[src]
fn clone(&self) -> GtkAlign
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