Struct gtk_sys::GtkCellAccessible
source · [−]#[repr(C)]pub struct GtkCellAccessible {
pub parent: GtkAccessible,
pub priv_: *mut GtkCellAccessiblePrivate,
}Fields
parent: GtkAccessiblepriv_: *mut GtkCellAccessiblePrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkCellAccessible
impl !Send for GtkCellAccessible
impl !Sync for GtkCellAccessible
impl Unpin for GtkCellAccessible
impl UnwindSafe for GtkCellAccessible
Blanket Implementations
Mutably borrows from an owned value. Read more