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