Struct gtk_sys::GtkTableChild
source · #[repr(C)]pub struct GtkTableChild {
pub widget: *mut GtkWidget,
pub left_attach: u16,
pub right_attach: u16,
pub top_attach: u16,
pub bottom_attach: u16,
pub xpadding: u16,
pub ypadding: u16,
pub xexpand: c_uint,
/* private fields */
}
Fields§
§widget: *mut GtkWidget
§left_attach: u16
§right_attach: u16
§top_attach: u16
§bottom_attach: u16
§xpadding: u16
§ypadding: u16
§xexpand: c_uint
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GtkTableChild
impl !Send for GtkTableChild
impl !Sync for GtkTableChild
impl Unpin for GtkTableChild
impl UnwindSafe for GtkTableChild
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