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 moreAuto Trait Implementations§
impl !RefUnwindSafe for PublicProperty
impl !Send for PublicProperty
impl !Sync for PublicProperty
impl Unpin for PublicProperty
impl !UnwindSafe for PublicProperty
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