#[repr(C)]pub struct GtkTable {
pub container: GtkContainer,
pub priv_: *mut GtkTablePrivate,
}
Fields§
§container: GtkContainer
§priv_: *mut GtkTablePrivate
Trait Implementations§
Auto Trait Implementations§
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