#[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 Freeze for _GtkWidget
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