#[repr(C)]pub struct GtkImageCellAccessibleClass {
pub parent_class: GtkRendererCellAccessibleClass,
}Fields§
§parent_class: GtkRendererCellAccessibleClassTrait Implementations§
Source§impl Clone for GtkImageCellAccessibleClass
impl Clone for GtkImageCellAccessibleClass
Source§fn clone(&self) -> GtkImageCellAccessibleClass
fn clone(&self) -> GtkImageCellAccessibleClass
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 GtkImageCellAccessibleClass
Auto Trait Implementations§
impl !Send for GtkImageCellAccessibleClass
impl !Sync for GtkImageCellAccessibleClass
impl Freeze for GtkImageCellAccessibleClass
impl RefUnwindSafe for GtkImageCellAccessibleClass
impl Unpin for GtkImageCellAccessibleClass
impl UnsafeUnpin for GtkImageCellAccessibleClass
impl UnwindSafe for GtkImageCellAccessibleClass
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