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
sourceimpl Clone for GtkTextCellAccessible
impl Clone for GtkTextCellAccessible
sourcefn clone(&self) -> GtkTextCellAccessible
fn clone(&self) -> GtkTextCellAccessible
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 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
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