Enum gdk::Gravity
[−]
[src]
pub enum Gravity { NorthWest, North, NorthEast, West, Center, East, SouthWest, South, SouthEast, Static, // some variants omitted }
Variants
NorthWest
North
NorthEast
West
Center
East
SouthWest
South
SouthEast
Static
Trait Implementations
impl Clone for Gravity
[src]
fn clone(&self) -> Gravity
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
impl Copy for Gravity
[src]
impl Debug for Gravity
[src]
impl Eq for Gravity
[src]
impl PartialEq for Gravity
[src]
fn eq(&self, __arg_0: &Gravity) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Gravity) -> bool
This method tests for !=
.