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