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