Struct gtk_sys::GtkTextMark[][src]

#[repr(C)]
pub struct GtkTextMark { pub parent_instance: GObject, pub segment: gpointer, }

Fields

Trait Implementations

impl Copy for GtkTextMark
[src]

impl Clone for GtkTextMark
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTextMark
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkTextMark

impl !Sync for GtkTextMark