#[repr(C)]pub struct GtkStack {
pub parent_instance: GtkContainer,
}
Fields
parent_instance: GtkContainer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkStack
impl !Send for GtkStack
impl !Sync for GtkStack
impl Unpin for GtkStack
impl UnwindSafe for GtkStack
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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