#[repr(C)]
pub struct uiUnixControl { pub c: uiControl, pub parent: *mut uiControl, pub addedBefore: gboolean, pub explicitlyHidden: gboolean, pub SetContainer: Option<unsafe extern "C" fn(arg1: *mut uiUnixControl, arg2: *mut GtkContainer, arg3: gboolean)>, }

Fields

c: uiControlparent: *mut uiControladdedBefore: gbooleanexplicitlyHidden: gbooleanSetContainer: Option<unsafe extern "C" fn(arg1: *mut uiUnixControl, arg2: *mut GtkContainer, arg3: gboolean)>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.