#[repr(C)]pub struct _GtkContainerPrivate { /* private fields */ }
Trait Implementations§
source§impl Clone for _GtkContainerPrivate
impl Clone for _GtkContainerPrivate
source§fn clone(&self) -> _GtkContainerPrivate
fn clone(&self) -> _GtkContainerPrivate
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 _GtkContainerPrivate
impl Debug for _GtkContainerPrivate
impl Copy for _GtkContainerPrivate
Auto Trait Implementations§
impl RefUnwindSafe for _GtkContainerPrivate
impl Send for _GtkContainerPrivate
impl Sync for _GtkContainerPrivate
impl Unpin for _GtkContainerPrivate
impl UnwindSafe for _GtkContainerPrivate
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