Struct gtk_sys::GtkTextCellAccessible
source · [−]#[repr(C)]pub struct GtkTextCellAccessible {
pub parent: GtkRendererCellAccessible,
pub priv_: *mut GtkTextCellAccessiblePrivate,
}Fields
parent: GtkRendererCellAccessiblepriv_: *mut GtkTextCellAccessiblePrivateTrait 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