Enum gtk_sys::GtkTextWindowType
[−]
[src]
#[repr(C)]pub enum GtkTextWindowType { Private, Widget, Text, Left, Right, Top, Bottom, }
Variants
Private
Widget
Text
Left
Right
Top
Bottom
Trait Implementations
impl Clone for GtkTextWindowType
[src]
fn clone(&self) -> GtkTextWindowType
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