Struct libappindicator_sys::_GtkContainer
source · #[repr(C)]pub struct _GtkContainer {
pub widget: GtkWidget,
pub priv_: *mut GtkContainerPrivate,
}
Fields§
§widget: GtkWidget
§priv_: *mut GtkContainerPrivate
Auto Trait Implementations§
impl RefUnwindSafe for _GtkContainer
impl !Send for _GtkContainer
impl !Sync for _GtkContainer
impl Unpin for _GtkContainer
impl UnwindSafe for _GtkContainer
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