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