Struct i_slint_compiler::llr::Property
source · pub struct Property {
pub name: String,
pub ty: Type,
pub use_count: Cell<usize>,
}
Fields§
§name: String
§ty: Type
§use_count: Cell<usize>
The amount of time this property is used of another property
This property is only valid after the count_property_use
pass
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Property
impl !Send for Property
impl !Sync for Property
impl Unpin for Property
impl !UnwindSafe for Property
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more