#[repr(C)]pub struct GtkLayout {
pub container: GtkContainer,
pub priv_: *mut GtkLayoutPrivate,
}
Fields
container: GtkContainer
priv_: *mut GtkLayoutPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkLayout
impl !Send for GtkLayout
impl !Sync for GtkLayout
impl Unpin for GtkLayout
impl UnwindSafe for GtkLayout
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more