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§
source§impl Clone for GtkContainerAccessible
impl Clone for GtkContainerAccessible
source§fn clone(&self) -> GtkContainerAccessible
fn clone(&self) -> GtkContainerAccessible
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 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§
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