Struct i_slint_compiler::llr::lower_to_item_tree::LoweringState
source · pub struct LoweringState { /* private fields */ }
Implementations§
source§impl LoweringState
impl LoweringState
pub fn map_property_reference(&self, from: &NamedReference) -> PropertyReference
Trait Implementations§
source§impl Default for LoweringState
impl Default for LoweringState
source§fn default() -> LoweringState
fn default() -> LoweringState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for LoweringState
impl !Send for LoweringState
impl !Sync for LoweringState
impl Unpin for LoweringState
impl !UnwindSafe for LoweringState
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