Struct gtk_sys::GtkCellAccessible
source · [−]#[repr(C)]pub struct GtkCellAccessible {
pub parent: GtkAccessible,
pub priv_: *mut GtkCellAccessiblePrivate,
}
Fields
parent: GtkAccessible
priv_: *mut GtkCellAccessiblePrivate
Trait Implementations
sourceimpl Clone for GtkCellAccessible
impl Clone for GtkCellAccessible
sourcefn clone(&self) -> GtkCellAccessible
fn clone(&self) -> GtkCellAccessible
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GtkCellAccessible
impl Debug for GtkCellAccessible
impl Copy for GtkCellAccessible
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more