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