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