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