Enum gtk_sys::GtkCornerType
[−]
[src]
#[repr(C)]pub enum GtkCornerType { TopLeft, BottomLeft, TopRight, BottomRight, }
Variants
TopLeftBottomLeftTopRightBottomRightTrait Implementations
impl Clone for GtkCornerType[src]
fn clone(&self) -> GtkCornerType
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