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