Struct i_slint_compiler::llr::PublicProperty
source · pub struct PublicProperty {
pub name: String,
pub ty: Type,
pub prop: PropertyReference,
pub read_only: bool,
}
Fields§
§name: String
§ty: Type
§prop: PropertyReference
§read_only: bool
Trait Implementations§
source§impl Clone for PublicProperty
impl Clone for PublicProperty
source§fn clone(&self) -> PublicProperty
fn clone(&self) -> PublicProperty
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more