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