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
sourceimpl Clone for GtkAccessible
impl Clone for GtkAccessible
sourcefn clone(&self) -> GtkAccessible
fn clone(&self) -> GtkAccessible
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more