Struct gtk_sys::GtkTextCellAccessible
source · #[repr(C)]pub struct GtkTextCellAccessible {
pub parent: GtkRendererCellAccessible,
pub priv_: *mut GtkTextCellAccessiblePrivate,
}
Fields§
§parent: GtkRendererCellAccessible
§priv_: *mut GtkTextCellAccessiblePrivate
Trait Implementations§
source§impl Clone for GtkTextCellAccessible
impl Clone for GtkTextCellAccessible
source§fn clone(&self) -> GtkTextCellAccessible
fn clone(&self) -> GtkTextCellAccessible
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 GtkTextCellAccessible
impl Debug for GtkTextCellAccessible
impl Copy for GtkTextCellAccessible
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§
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