#[repr(C)]pub struct GtkTextCellAccessible {
pub parent: GtkRendererCellAccessible,
pub priv_: *mut GtkTextCellAccessiblePrivate,
}Fields§
§parent: GtkRendererCellAccessible§priv_: *mut GtkTextCellAccessiblePrivateTrait Implementations§
Source§impl Clone for GtkTextCellAccessible
impl Clone for GtkTextCellAccessible
Source§fn clone(&self) -> GtkTextCellAccessible
fn clone(&self) -> GtkTextCellAccessible
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkTextCellAccessible
Auto Trait Implementations§
impl !Send for GtkTextCellAccessible
impl !Sync for GtkTextCellAccessible
impl Freeze for GtkTextCellAccessible
impl RefUnwindSafe for GtkTextCellAccessible
impl Unpin for GtkTextCellAccessible
impl UnsafeUnpin 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