Struct gtk_sys::GtkTextCellAccessible
source · #[repr(C)]pub struct GtkTextCellAccessible {
pub parent: GtkRendererCellAccessible,
pub priv_: *mut GtkTextCellAccessiblePrivate,
}
Fields§
§parent: GtkRendererCellAccessible
§priv_: *mut GtkTextCellAccessiblePrivate
Trait Implementations§
source§impl Clone for GtkTextCellAccessible
impl Clone for GtkTextCellAccessible
source§fn clone(&self) -> GtkTextCellAccessible
fn clone(&self) -> GtkTextCellAccessible
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