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