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