Struct i_slint_compiler::llr::pretty_print::DisplayPropertyRef
source · pub struct DisplayPropertyRef<'a, T>(pub &'a PropertyReference, pub &'a EvaluationContext<'a, T>);
Tuple Fields§
§0: &'a PropertyReference
§1: &'a EvaluationContext<'a, T>
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for DisplayPropertyRef<'a, T>
impl<'a, T> !Send for DisplayPropertyRef<'a, T>
impl<'a, T> !Sync for DisplayPropertyRef<'a, T>
impl<'a, T> Unpin for DisplayPropertyRef<'a, T>
impl<'a, T> !UnwindSafe for DisplayPropertyRef<'a, T>
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