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