[][src]Struct gtk_sys::GtkTableChild

#[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,
    // some fields omitted
}

Fields

widget: *mut GtkWidgetleft_attach: u16right_attach: u16top_attach: u16bottom_attach: u16xpadding: u16ypadding: u16xexpand: c_uint

Trait Implementations

impl Debug for GtkTableChild[src]

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.