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
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