Struct gtk_sys::GtkTextTag
source · [−]#[repr(C)]pub struct GtkTextTag {
pub parent_instance: GObject,
pub priv_: *mut GtkTextTagPrivate,
}Fields
parent_instance: GObjectpriv_: *mut GtkTextTagPrivateTrait 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