Enum gdk_sys::GdkGravity
[−]
[src]
#[repr(C)]pub enum GdkGravity { NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast, Static, }
Variants
NorthWest
North
NorthEast
West
Center
East
SouthWest
South
SouthEast
Static
Trait Implementations
impl Clone for GdkGravity
[src]
fn clone(&self) -> GdkGravity
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