Enum gtk_sys::GtkTextViewLayer
[−]
[src]
#[repr(C)]pub enum GtkTextViewLayer { Below, Above, BelowText, AboveText, }
Variants
Below
Above
BelowText
AboveText
Trait Implementations
impl Clone for GtkTextViewLayer
[src]
fn clone(&self) -> GtkTextViewLayer
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