Struct gtk_sys::GtkTextChildAnchor[][src]

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

Fields

Trait Implementations

impl Copy for GtkTextChildAnchor
[src]

impl Clone for GtkTextChildAnchor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTextChildAnchor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations