#[repr(C)]pub struct GtkLayout {
pub container: GtkContainer,
pub priv_: *mut GtkLayoutPrivate,
}
Fields§
§container: GtkContainer
§priv_: *mut GtkLayoutPrivate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkLayout
impl RefUnwindSafe for GtkLayout
impl !Send for GtkLayout
impl !Sync for GtkLayout
impl Unpin for GtkLayout
impl UnwindSafe for GtkLayout
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