Struct gtk4_sys::GtkTextMark [−][src]
#[repr(C)]pub struct GtkTextMark {
pub parent_instance: GObject,
pub segment: gpointer,
}
Fields
parent_instance: GObject
segment: gpointer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTextMark
impl !Send for GtkTextMark
impl !Sync for GtkTextMark
impl Unpin for GtkTextMark
impl UnwindSafe for GtkTextMark
Blanket Implementations
Mutably borrows from an owned value. Read more