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§
source§impl Clone for GtkCellAccessible
impl Clone for GtkCellAccessible
source§fn clone(&self) -> GtkCellAccessible
fn clone(&self) -> GtkCellAccessible
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more