mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 05:14:48 +00:00
Two ways binding with optimized public property in the interpreter
This commit is contained in:
parent
b5d7adef7d
commit
0cb827a901
5 changed files with 104 additions and 34 deletions
|
@ -746,7 +746,7 @@ pub unsafe extern "C" fn sixtyfps_flickable_data_free(data: *mut FlickableDataBo
|
|||
|
||||
/// The implementation of the `PropertyAnimation` element
|
||||
#[repr(C)]
|
||||
#[derive(FieldOffsets, Default, BuiltinItem, Clone)]
|
||||
#[derive(FieldOffsets, Default, BuiltinItem, Clone, Debug)]
|
||||
#[pin]
|
||||
pub struct PropertyAnimation {
|
||||
#[rtti_field]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue