Struct libappindicator_sys::_GtkContainerPrivate
source · [−]#[repr(C)]pub struct _GtkContainerPrivate { /* private fields */ }
Trait Implementations
sourceimpl Clone for _GtkContainerPrivate
impl Clone for _GtkContainerPrivate
sourcefn clone(&self) -> _GtkContainerPrivate
fn clone(&self) -> _GtkContainerPrivate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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