Struct i_slint_compiler::llr::ParentCtx
source · pub struct ParentCtx<'a, T = ()> {
pub ctx: &'a EvaluationContext<'a, T>,
pub repeater_index: Option<usize>,
}
Fields§
§ctx: &'a EvaluationContext<'a, T>
§repeater_index: Option<usize>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T = ()> !RefUnwindSafe for ParentCtx<'a, T>
impl<'a, T = ()> !Send for ParentCtx<'a, T>
impl<'a, T = ()> !Sync for ParentCtx<'a, T>
impl<'a, T> Unpin for ParentCtx<'a, T>
impl<'a, T = ()> !UnwindSafe for ParentCtx<'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