Struct gtk_sys::GtkContainerAccessible
source · [−]#[repr(C)]pub struct GtkContainerAccessible {
pub parent: GtkWidgetAccessible,
pub priv_: *mut GtkContainerAccessiblePrivate,
}
Fields
parent: GtkWidgetAccessible
priv_: *mut GtkContainerAccessiblePrivate
Trait Implementations
sourceimpl Clone for GtkContainerAccessible
impl Clone for GtkContainerAccessible
sourcefn clone(&self) -> GtkContainerAccessible
fn clone(&self) -> GtkContainerAccessible
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 GtkContainerAccessible
impl Debug for GtkContainerAccessible
impl Copy for GtkContainerAccessible
Auto Trait Implementations
impl RefUnwindSafe for GtkContainerAccessible
impl !Send for GtkContainerAccessible
impl !Sync for GtkContainerAccessible
impl Unpin for GtkContainerAccessible
impl UnwindSafe for GtkContainerAccessible
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