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