Struct gtk_sys::GtkTextCellAccessible [−][src]
#[repr(C)]pub struct GtkTextCellAccessible { pub parent: GtkRendererCellAccessible, pub priv_: *mut GtkTextCellAccessiblePrivate, }
Fields
parent: GtkRendererCellAccessible
priv_: *mut GtkTextCellAccessiblePrivate
Trait Implementations
impl Copy for GtkTextCellAccessible[src]
impl Copy for GtkTextCellAccessibleimpl Clone for GtkTextCellAccessible[src]
impl Clone for GtkTextCellAccessiblefn clone(&self) -> GtkTextCellAccessible[src]
fn clone(&self) -> GtkTextCellAccessibleReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkTextCellAccessible[src]
impl Debug for GtkTextCellAccessibleAuto Trait Implementations
impl !Send for GtkTextCellAccessible
impl !Send for GtkTextCellAccessibleimpl !Sync for GtkTextCellAccessible
impl !Sync for GtkTextCellAccessible