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: u16allocation: u16spacing: u16need_expand: c_uintTrait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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