#[repr(C)]
pub struct RUSpacerItemFuncs { pub change_size: extern "C" fn(self_c: *const RUBase, w: i32, h: i32, h_data: u32, v_data: u32), 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) -> u32, pub is_empty: extern "C" fn(self_c: *const RUBase) -> bool, pub spacer_item: extern "C" fn(self_c: *const RUBase) -> RUSpacerItem, pub size_policy: extern "C" fn(self_c: *const RUBase) -> RUSizePolicy, }

Fields

change_size: extern "C" fn(self_c: *const RUBase, w: i32, h: i32, h_data: u32, v_data: u32)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) -> u32is_empty: extern "C" fn(self_c: *const RUBase) -> boolspacer_item: extern "C" fn(self_c: *const RUBase) -> RUSpacerItemsize_policy: extern "C" fn(self_c: *const RUBase) -> RUSizePolicy

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.