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