#[repr(C)]pub struct GtkImageCellAccessible {
pub parent: GtkRendererCellAccessible,
pub priv_: *mut GtkImageCellAccessiblePrivate,
}Fields§
§parent: GtkRendererCellAccessible§priv_: *mut GtkImageCellAccessiblePrivateTrait Implementations§
Source§impl Clone for GtkImageCellAccessible
impl Clone for GtkImageCellAccessible
Source§fn clone(&self) -> GtkImageCellAccessible
fn clone(&self) -> GtkImageCellAccessible
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 GtkImageCellAccessible
Auto Trait Implementations§
impl !Send for GtkImageCellAccessible
impl !Sync for GtkImageCellAccessible
impl Freeze for GtkImageCellAccessible
impl RefUnwindSafe for GtkImageCellAccessible
impl Unpin for GtkImageCellAccessible
impl UnsafeUnpin for GtkImageCellAccessible
impl UnwindSafe for GtkImageCellAccessible
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