#[repr(C)]
pub struct RUGridLayoutFuncs {
Show 24 fields pub destroy: extern "C" fn(self_c: *const RUBase), pub set_horizontal_spacing: extern "C" fn(self_c: *const RUBase, spacing: i32), pub horizontal_spacing: extern "C" fn(self_c: *const RUBase) -> i32, pub set_vertical_spacing: extern "C" fn(self_c: *const RUBase, spacing: i32), pub vertical_spacing: extern "C" fn(self_c: *const RUBase) -> i32, pub set_spacing: extern "C" fn(self_c: *const RUBase, spacing: i32), pub spacing: extern "C" fn(self_c: *const RUBase) -> i32, pub set_row_minimum_height: extern "C" fn(self_c: *const RUBase, row: i32, min_size: i32), pub set_column_minimum_width: extern "C" fn(self_c: *const RUBase, column: i32, min_size: i32), pub row_minimum_height: extern "C" fn(self_c: *const RUBase, row: i32) -> i32, pub column_minimum_width: extern "C" fn(self_c: *const RUBase, column: i32) -> i32, pub column_count: extern "C" fn(self_c: *const RUBase) -> i32, pub row_count: extern "C" fn(self_c: *const RUBase) -> i32, pub cell_rect: extern "C" fn(self_c: *const RUBase, row: i32, column: i32) -> RURect, pub add_widget: extern "C" fn(self_c: *const RUBase, w: *const RUBase), pub add_widget_row_column: extern "C" fn(self_c: *const RUBase, arg0: *const RUBase, row: i32, column: i32, arg1: u32), pub add_widget_row_column_span: extern "C" fn(self_c: *const RUBase, arg0: *const RUBase, row: i32, column: i32, row_span: i32, column_span: i32, arg1: u32), pub add_layout: extern "C" fn(self_c: *const RUBase, arg0: *const RUBase, row: i32, column: i32, arg1: u32), pub add_layout_2: extern "C" fn(self_c: *const RUBase, arg0: *const RUBase, row: i32, column: i32, row_span: i32, column_span: i32, arg1: u32), pub set_origin_corner: extern "C" fn(self_c: *const RUBase, arg0: u32), pub origin_corner: extern "C" fn(self_c: *const RUBase) -> u32, pub item_at_position: extern "C" fn(self_c: *const RUBase, row: i32, column: i32) -> RULayoutItem, pub count: extern "C" fn(self_c: *const RUBase) -> i32, pub set_default_positioning: extern "C" fn(self_c: *const RUBase, n: i32, orient: u32),
}

Fields

destroy: extern "C" fn(self_c: *const RUBase)set_horizontal_spacing: extern "C" fn(self_c: *const RUBase, spacing: i32)horizontal_spacing: extern "C" fn(self_c: *const RUBase) -> i32set_vertical_spacing: extern "C" fn(self_c: *const RUBase, spacing: i32)vertical_spacing: extern "C" fn(self_c: *const RUBase) -> i32set_spacing: extern "C" fn(self_c: *const RUBase, spacing: i32)spacing: extern "C" fn(self_c: *const RUBase) -> i32set_row_minimum_height: extern "C" fn(self_c: *const RUBase, row: i32, min_size: i32)set_column_minimum_width: extern "C" fn(self_c: *const RUBase, column: i32, min_size: i32)row_minimum_height: extern "C" fn(self_c: *const RUBase, row: i32) -> i32column_minimum_width: extern "C" fn(self_c: *const RUBase, column: i32) -> i32column_count: extern "C" fn(self_c: *const RUBase) -> i32row_count: extern "C" fn(self_c: *const RUBase) -> i32cell_rect: extern "C" fn(self_c: *const RUBase, row: i32, column: i32) -> RURectadd_widget: extern "C" fn(self_c: *const RUBase, w: *const RUBase)add_widget_row_column: extern "C" fn(self_c: *const RUBase, arg0: *const RUBase, row: i32, column: i32, arg1: u32)add_widget_row_column_span: extern "C" fn(self_c: *const RUBase, arg0: *const RUBase, row: i32, column: i32, row_span: i32, column_span: i32, arg1: u32)add_layout: extern "C" fn(self_c: *const RUBase, arg0: *const RUBase, row: i32, column: i32, arg1: u32)add_layout_2: extern "C" fn(self_c: *const RUBase, arg0: *const RUBase, row: i32, column: i32, row_span: i32, column_span: i32, arg1: u32)set_origin_corner: extern "C" fn(self_c: *const RUBase, arg0: u32)origin_corner: extern "C" fn(self_c: *const RUBase) -> u32item_at_position: extern "C" fn(self_c: *const RUBase, row: i32, column: i32) -> RULayoutItemcount: extern "C" fn(self_c: *const RUBase) -> i32set_default_positioning: extern "C" fn(self_c: *const RUBase, n: i32, orient: u32)

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.