#[repr(C)]pub struct GtkVPaned {
pub paned: GtkPaned,
}
Fields§
§paned: GtkPaned
Trait Implementations§
Auto Trait Implementations§
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