#[repr(C)]
pub struct RULayoutItemFuncs {
Show 14 fields pub size_hint: extern "C" fn(self_c: *const RUBase) -> RUSize, pub minimum_size: extern "C" fn(self_c: *const RUBase) -> RUSize, pub maximum_size: extern "C" fn(self_c: *const RUBase) -> RUSize, pub expanding_directions: extern "C" fn(self_c: *const RUBase) -> i32, pub is_empty: extern "C" fn(self_c: *const RUBase) -> bool, pub has_height_for_width: extern "C" fn(self_c: *const RUBase) -> bool, pub height_for_width: extern "C" fn(self_c: *const RUBase, arg0: i32) -> i32, pub minimum_height_for_width: extern "C" fn(self_c: *const RUBase, arg0: i32) -> i32, pub invalidate: extern "C" fn(self_c: *const RUBase), pub widget: extern "C" fn(self_c: *const RUBase) -> RUWidget, pub layout: extern "C" fn(self_c: *const RUBase) -> RULayout, pub spacer_item: extern "C" fn(self_c: *const RUBase) -> RUSpacerItem, pub alignment: extern "C" fn(self_c: *const RUBase) -> i32, pub set_alignment: extern "C" fn(self_c: *const RUBase, a: i32),
}

Fields

size_hint: extern "C" fn(self_c: *const RUBase) -> RUSizeminimum_size: extern "C" fn(self_c: *const RUBase) -> RUSizemaximum_size: extern "C" fn(self_c: *const RUBase) -> RUSizeexpanding_directions: extern "C" fn(self_c: *const RUBase) -> i32is_empty: extern "C" fn(self_c: *const RUBase) -> boolhas_height_for_width: extern "C" fn(self_c: *const RUBase) -> boolheight_for_width: extern "C" fn(self_c: *const RUBase, arg0: i32) -> i32minimum_height_for_width: extern "C" fn(self_c: *const RUBase, arg0: i32) -> i32invalidate: extern "C" fn(self_c: *const RUBase)widget: extern "C" fn(self_c: *const RUBase) -> RUWidgetlayout: extern "C" fn(self_c: *const RUBase) -> RULayoutspacer_item: extern "C" fn(self_c: *const RUBase) -> RUSpacerItemalignment: extern "C" fn(self_c: *const RUBase) -> i32set_alignment: extern "C" fn(self_c: *const RUBase, a: i32)

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.