Struct libappindicator_sys::_GtkWidget
source · #[repr(C)]pub struct _GtkWidget {
pub parent_instance: GInitiallyUnowned,
pub priv_: *mut GtkWidgetPrivate,
}
Fields§
§parent_instance: GInitiallyUnowned
§priv_: *mut GtkWidgetPrivate
Trait Implementations§
source§impl Clone for _GtkWidget
impl Clone for _GtkWidget
source§fn clone(&self) -> _GtkWidget
fn clone(&self) -> _GtkWidget
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 _GtkWidget
impl Debug for _GtkWidget
impl Copy for _GtkWidget
Auto Trait Implementations§
impl RefUnwindSafe for _GtkWidget
impl !Send for _GtkWidget
impl !Sync for _GtkWidget
impl Unpin for _GtkWidget
impl UnwindSafe for _GtkWidget
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