Struct gtk_sys::GtkAccessible
source · #[repr(C)]pub struct GtkAccessible {
pub parent: AtkObject,
pub priv_: *mut GtkAccessiblePrivate,
}
Fields§
§parent: AtkObject
§priv_: *mut GtkAccessiblePrivate
Trait Implementations§
source§impl Clone for GtkAccessible
impl Clone for GtkAccessible
source§fn clone(&self) -> GtkAccessible
fn clone(&self) -> GtkAccessible
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GtkAccessible
impl Debug for GtkAccessible
impl Copy for GtkAccessible
Auto Trait Implementations§
impl RefUnwindSafe for GtkAccessible
impl !Send for GtkAccessible
impl !Sync for GtkAccessible
impl Unpin for GtkAccessible
impl UnwindSafe for GtkAccessible
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