#[repr(C)]pub struct GtkVBox {
pub box_: GtkBox,
}
Fields
box_: GtkBox
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkVBox
impl !Send for GtkVBox
impl !Sync for GtkVBox
impl Unpin for GtkVBox
impl UnwindSafe for GtkVBox
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