Struct gtk4_sys::GtkTextTag
source · #[repr(C)]pub struct GtkTextTag {
pub parent_instance: GObject,
pub priv_: *mut GtkTextTagPrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut GtkTextTagPrivate
Trait Implementations§
source§impl Clone for GtkTextTag
impl Clone for GtkTextTag
source§fn clone(&self) -> GtkTextTag
fn clone(&self) -> GtkTextTag
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more