Struct gtk_sys::GtkTableRowCol
source · [−]#[repr(C)]pub struct GtkTableRowCol {
pub requisition: u16,
pub allocation: u16,
pub spacing: u16,
pub need_expand: c_uint,
/* private fields */
}
Fields
requisition: u16
allocation: u16
spacing: u16
need_expand: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTableRowCol
impl Send for GtkTableRowCol
impl Sync for GtkTableRowCol
impl Unpin for GtkTableRowCol
impl UnwindSafe for GtkTableRowCol
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