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
Auto Trait Implementations
impl RefUnwindSafe for GtkTextCellAccessible
impl !Send for GtkTextCellAccessible
impl !Sync for GtkTextCellAccessible
impl Unpin for GtkTextCellAccessible
impl UnwindSafe for GtkTextCellAccessible
Blanket Implementations
Mutably borrows from an owned value. Read more